diff --git a/src/pages/mediation-page/components/MediationRoom.vue b/src/pages/mediation-page/components/MediationRoom.vue
index 6144cf7..cbee938 100644
--- a/src/pages/mediation-page/components/MediationRoom.vue
+++ b/src/pages/mediation-page/components/MediationRoom.vue
@@ -49,7 +49,8 @@
-
已暂停自动拨打
+
暂停拨打
+
已暂停自动拨打
开始拨打
{{formattedTime || '00:00'}}
@@ -66,13 +67,13 @@
{{queue ? '智能外呼案件列表' : '案件列表'}}
-
+
{{scope.row.caseNo}}
- 正在调解中...
+ 正在调解中...
@@ -686,7 +687,11 @@ export default {
})
this.queueList = caseCllList
-
+ this.queueList.forEach((item, index) =>{
+ if (item.caseId == this.caseId) {
+ this.index = index
+ }
+ })
})
},
// 当前自动呼叫队列