From 23643ff26335aa02b370c23483fe19ef7edc7e4b Mon Sep 17 00:00:00 2001 From: RenCheng Date: Sat, 8 Mar 2025 20:09:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E8=A1=A8=E4=B8=AD?= =?UTF-8?q?=E5=B0=8F=E6=95=B0=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/statistics.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/task/statistics.vue b/src/views/task/statistics.vue index 8c0d646..6b9c61f 100644 --- a/src/views/task/statistics.vue +++ b/src/views/task/statistics.vue @@ -216,7 +216,7 @@ getTaskDataTypeAnalysis({taskId:value.id,startDate:value.startTime,endDate:value.endTime}).then((res) => { if (res.success) { res.result.typeName.forEach(row => { - this.totalNumberCataloguesData.push({ value: parseInt(res.result.numRowMap[row]), name: row }) + this.totalNumberCataloguesData.push({ value: parseFloat(res.result.numRowMap[row]), name: row }) }) this.getcleaningVariance(); } else {