From 6187fc4989333ec1befc64abc2fd29e256059974 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 25 Jan 2024 10:45:13 +0800 Subject: [PATCH] up --- public/dashboard/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/dashboard/index.html b/public/dashboard/index.html index 62a9038..0e3630c 100644 --- a/public/dashboard/index.html +++ b/public/dashboard/index.html @@ -386,7 +386,7 @@ incomes.map(item=>{ incomeChart.push({ name:item.name, - total:parseInt(item.total) + value:parseFloat(item.total) }) }) // 陪护统计表