From 41a78266fe1657d6693d69141db227bc1c14dbd2 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 5 May 2023 16:24:04 +0800 Subject: [PATCH] bug --- packages/bigscreen/dv/components/DvMap.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bigscreen/dv/components/DvMap.vue b/packages/bigscreen/dv/components/DvMap.vue index b2b16ae1..56f16510 100644 --- a/packages/bigscreen/dv/components/DvMap.vue +++ b/packages/bigscreen/dv/components/DvMap.vue @@ -108,7 +108,7 @@ return '0%' } - return ((this.info['事件总数'] - this.info['已拒绝']) / this.info['事件总数']).toFixed(2) * 100 + '%' + return ((this.info['事件总数'] - this.info['待受理']) / this.info['事件总数']).toFixed(4) * 100 + '%' } },