From ffb33de160fdf311e743d15b8b6f97f737086318 Mon Sep 17 00:00:00 2001 From: tangchengming <445785772@qq.com> Date: Mon, 24 Feb 2025 17:43:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8B=A8=E6=89=93=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mediation-page/components/MediationRoom.vue | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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 ? '智能外呼案件列表' : '案件列表'}}
- + @@ -686,7 +687,11 @@ export default { }) this.queueList = caseCllList - + this.queueList.forEach((item, index) =>{ + if (item.caseId == this.caseId) { + this.index = index + } + }) }) }, // 当前自动呼叫队列