|
|
@@ -170,7 +170,7 @@ |
|
|
|
> |
|
|
|
标记 |
|
|
|
</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> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -631,6 +631,7 @@ import { saveAs } from "file-saver"; |
|
|
|
export default { |
|
|
|
data() { |
|
|
|
return { |
|
|
|
mg:0, |
|
|
|
recordsText: [], |
|
|
|
roleVisible: false, |
|
|
|
roleFlag: "0", |
|
|
@@ -1610,6 +1611,7 @@ export default { |
|
|
|
Getsthetransliteratecontent() { |
|
|
|
this.$api.http.findByCusIdcusId({ cusId: this.fileId }).then((res) => { |
|
|
|
let audopbj = res.data; |
|
|
|
this.mg = res.data[0].merge; |
|
|
|
this.recordPath = audopbj[this.AudioIdx].recordPath; |
|
|
|
audopbj[this.AudioIdx].audioContent != "" |
|
|
|
? (this.transcriptionlist = JSON.parse( |
|
|
|