From fda53c01c88605b6a6fdc1196c737f41082b4c66 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 25 Jan 2024 10:39:23 +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 dd8e507..904cc97 100644 --- a/public/dashboard/index.html +++ b/public/dashboard/index.html @@ -385,7 +385,7 @@ var incomes = datas.income incomes.map(item=>{ incomeChart.push({ - name:item.name., + name:item.name, total:item.total }) })