From aad00f87c4d7e9b3ed5df77a3c993d76adfd571a Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Wed, 3 Jan 2024 11:42:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/components/Tableabove.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/components/Tableabove.vue b/src/views/dashboard/components/Tableabove.vue index 700e8c4..be951ac 100644 --- a/src/views/dashboard/components/Tableabove.vue +++ b/src/views/dashboard/components/Tableabove.vue @@ -99,7 +99,7 @@ const info = (list: any) => { shareData.value = [ { month: '总计', - notAssociated: all + notAssociated: all.toFixed(2) }, ...list.monthlyStatistics.monthCalculation ]