| @@ -170,7 +170,7 @@ | |||||
| > | > | ||||
| 标记 | 标记 | ||||
| </div> --> | </div> --> | ||||
| <el-button v-if="userinformationlist.merge == 0" | |||||
| <el-button v-if="mg == 0" | |||||
| style="width: 80px;border:1px solid #E6625B;color:#E6625B" plain @click="biaoji()">标记</el-button> | style="width: 80px;border:1px solid #E6625B;color:#E6625B" plain @click="biaoji()">标记</el-button> | ||||
| </div> | </div> | ||||
| </div> | </div> | ||||
| @@ -631,6 +631,7 @@ import { saveAs } from "file-saver"; | |||||
| export default { | export default { | ||||
| data() { | data() { | ||||
| return { | return { | ||||
| mg:0, | |||||
| recordsText: [], | recordsText: [], | ||||
| roleVisible: false, | roleVisible: false, | ||||
| roleFlag: "0", | roleFlag: "0", | ||||
| @@ -1610,6 +1611,7 @@ export default { | |||||
| Getsthetransliteratecontent() { | Getsthetransliteratecontent() { | ||||
| this.$api.http.findByCusIdcusId({ cusId: this.fileId }).then((res) => { | this.$api.http.findByCusIdcusId({ cusId: this.fileId }).then((res) => { | ||||
| let audopbj = res.data; | let audopbj = res.data; | ||||
| this.mg = res.data[0].merge; | |||||
| this.recordPath = audopbj[this.AudioIdx].recordPath; | this.recordPath = audopbj[this.AudioIdx].recordPath; | ||||
| audopbj[this.AudioIdx].audioContent != "" | audopbj[this.AudioIdx].audioContent != "" | ||||
| ? (this.transcriptionlist = JSON.parse( | ? (this.transcriptionlist = JSON.parse( | ||||