1、修改部分功能提示文字

2、天网中心:只保留投诉列表(单个技师只有一条,统计次数等);点击投诉详情展示次技师历史记录;调整状态为是否停牌
This commit is contained in:
1378012178@qq.com 2025-02-11 14:10:06 +08:00
parent 4c6fa6106c
commit 5f0ddb739e
3 changed files with 530 additions and 416 deletions

View File

@ -237,7 +237,7 @@
},
//
classdelete(row) {
this.$confirm(`确定处理该投诉?`, '提示', {
this.$confirm(`确定处理该请求?`, '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'

View File

@ -15,6 +15,9 @@
<el-badge class="item" v-if="menu.menuId==195&&chatNumLts!=0" is-dot>
<span> </span>
</el-badge>
<el-badge class="item" v-if="menu.menuId==323&&havaMsg(323)" is-dot>
<span> </span>
</el-badge>
</template>
<sub-menu v-for="item in menu.list" :key="item.menuId" :menu="item" :dynamicMenuRoutes="dynamicMenuRoutes">
</sub-menu>
@ -110,6 +113,9 @@ export default {
if(index == 311){
return this.chatNumDrz != 0 || this.chatNumDts != 0 || this.chatNumJjqz != 0 || this.chatNumDsm != 0 || this.chatNumFwz != 0 || this.chatNumLts != 0 || this.chatNumSpq != 0 || this.chatNumXxzx != 0 || this.chatNumXyhzc != 0
}
if(index == 323){
return this.chatNumXxzx != 0 || this.chatNumXyhzc != 0
}
return false
}
},

File diff suppressed because it is too large Load Diff