From 3cbead8990c49b3a7a3c159613618350dd244258 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 3 Aug 2022 16:28:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A40?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../saas/AppCooperationPropaganda/cooperationDetail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue index 43918268..889ae4c4 100644 --- a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue +++ b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue @@ -301,9 +301,9 @@ export default { show: true, formatter: ({ name, value }) => { if (this.tabIndex == 0) { - return `{name|任务达成率\n\n}{value|${ (value / this.info.planCount * 100).toFixed(1) }%}`; + return `{name|任务达成率\n\n}{value|${ (value / this.info.planCount * 100).toFixed(1) || 0 }%}`; } else { - return `{name|群发送达率\n\n}{value|${ (value / this.info.planCount * 100).toFixed(1) }%}`; + return `{name|群发送达率\n\n}{value|${ (value / this.info.planCount * 100).toFixed(1) || 0 }%}`; } }, textStyle: {