From 5b703a8946baaca66e92c408372c73d28c9cb6be Mon Sep 17 00:00:00 2001 From: duxp Date: Thu, 24 Aug 2023 18:09:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BF=85=E5=A1=AB=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cyx-admin/src/main/resources/templates/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyx-admin/src/main/resources/templates/main.html b/cyx-admin/src/main/resources/templates/main.html index a1d2c47..74d7f50 100644 --- a/cyx-admin/src/main/resources/templates/main.html +++ b/cyx-admin/src/main/resources/templates/main.html @@ -242,7 +242,7 @@ let _sData = []; _data.forEach(item => { _sData.push({ - value:item.noScore,name:item.shot_name + value:item.nowScore,name:item.shot_name }) }) let chart = echarts.init(document.getElementById('center_left_echarts'));