1、修改部分功能提示文字
2、天网中心:只保留投诉列表(单个技师只有一条,统计次数等);点击投诉详情展示次技师历史记录;调整状态为是否停牌
This commit is contained in:
parent
4c6fa6106c
commit
5f0ddb739e
|
@ -237,7 +237,7 @@
|
|||
},
|
||||
// 处理
|
||||
classdelete(row) {
|
||||
this.$confirm(`确定处理该投诉?`, '提示', {
|
||||
this.$confirm(`确定处理该请求?`, '提示', {
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning'
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue