|
|
|
@@ -31,7 +31,7 @@ |
|
|
|
{{ userinformationlist.validInvalidName }} |
|
|
|
</div> |
|
|
|
<!-- 导出 --> |
|
|
|
<div class="outDownLoad" @click="exportWord">导出话术</div> |
|
|
|
<div v-if="permissions.cus_index_downLoad_word" class="outDownLoad" @click="exportWord">导出话术</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="title" style="margin-top: 6px"> |
|
|
|
@@ -856,6 +856,7 @@ export default { |
|
|
|
this.rec_index_todo = this.permissions["rec_index_todo"]; //禁忌 |
|
|
|
this.rec_index_receflag = this.permissions["rec_index_receflag"]; //接待标记 |
|
|
|
this.rec_index_textyh = this.permissions["rec_index_textyh"]; //文本优化 |
|
|
|
console.log(this.permissions) |
|
|
|
}, |
|
|
|
mounted() { |
|
|
|
this.fileId = this.$route.query.flag; |
|
|
|
|