From 30997603c0e90013ea1a0260986ef91ca8025f1f Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 28 Aug 2023 15:02:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A2=E9=BE=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/lulong/AppHandSnapshot/Statistics.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/project/lulong/AppHandSnapshot/Statistics.vue b/src/project/lulong/AppHandSnapshot/Statistics.vue index 12d33cb2..2299b247 100644 --- a/src/project/lulong/AppHandSnapshot/Statistics.vue +++ b/src/project/lulong/AppHandSnapshot/Statistics.vue @@ -102,8 +102,7 @@ export default { }) if(this.showFinish) { - var total = Number(res.data.finishCountMap['累计事件上报'])+Number(res.data.finishCountMap['累计事件办结']) - var num = res.data.finishCountMap['累计事件办结']/total + var num = res.data.finishCountMap['累计事件办结']/res.data.finishCountMap['累计事件上报'] this.finshNum = Number(num*100).toFixed(2) }