From 8b67e4600f3689fd771dbad3ee6f80a76cf4f98f Mon Sep 17 00:00:00 2001 From: liuxi <357439530@qq.com> Date: Tue, 31 Dec 2024 11:30:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=A7=A3=E6=A1=88=E4=BB=B6=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/case-management/index.vue | 16 ++++++++-------- src/pages/mediation-management/index.vue | 16 ++++++++-------- vue.config.js | 3 ++- 3 files changed, 18 insertions(+), 17 deletions(-) diff --git a/src/pages/case-management/index.vue b/src/pages/case-management/index.vue index ddb22a6..c8e5612 100644 --- a/src/pages/case-management/index.vue +++ b/src/pages/case-management/index.vue @@ -279,35 +279,35 @@

短信

-

成功{{scope.row.statistics.SMS}}1/发送1

+

成功{{scope.row.statistics.sms.success}}/发送{{scope.row.statistics.sms.total}}

外呼

-

接通0/外呼0

+

接通{{scope.row.statistics.calling.success}}/外呼{{scope.row.statistics.calling.calling}}

调解视频

-

结束0/预约0

+

结束{{scope.row.statistics.vido.finish}}/预约{{scope.row.statistics.vido.booking}}

文书

-

0

+

{{scope.row.statistics.file}}

文书签字

-

成功0/发起0

+

成功{{scope.row.statistics.sign.success}}/发起{{scope.row.statistics.sign.launch}}

文书送达

-

0

+

{{scope.row.statistics.served}}

还款计划

-

已设置

+

{{scope.row.statistics.plan == 0 ? '未设置':'已设置'}}

还款凭证

-

已填0

+

已填{{scope.row.statistics.proof}}