From 4d9f05fa3b16a2feda6f31f800e8b785803dcb9d Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 25 Jan 2024 10:43:02 +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 5ad6f17..62a9038 100644 --- a/public/dashboard/index.html +++ b/public/dashboard/index.html @@ -386,7 +386,7 @@ incomes.map(item=>{ incomeChart.push({ name:item.name, - total:item.total + total:parseInt(item.total) }) }) // 陪护统计表