From 439986d0110217fc46b527e5949bd685592a1847 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 3 Aug 2022 17:19:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=89=E5=B0=8F=E6=95=B0=E4=BF=9D=E7=95=992?= =?UTF-8?q?=E4=BD=8D=EF=BC=8C=E6=B2=A1=E6=9C=89=E6=98=BE=E7=A4=BA=E6=95=B4?= =?UTF-8?q?=E6=95=B0?= 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 c0eaba3d..d4b6c413 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) || 0 }%}`; + return `{name|任务达成率\n\n}{value|${ parseFloat(value / this.info.planCount * 100) }%}`; } else { - return `{name|群发送达率\n\n}{value|${ (value / this.info.planCount * 100).toFixed(1) || 0 }%}`; + return `{name|群发送达率\n\n}{value|${ parseFloat(value / this.info.planCount * 100) }%}`; } }, textStyle: {