Browse Source

接待详情标记

newStyle
jyt 2 years ago
parent
commit
c19c12cbd7
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/views/Receive/index.vue

+ 3
- 1
src/views/Receive/index.vue View File

@@ -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(


Loading…
Cancel
Save