From b9a0ed57476afa229b4072080cbccdae5c06f632 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Wed, 9 Oct 2024 11:15:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/system/examnum/countExam.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/examnum/countExam.html b/ruoyi-admin/src/main/resources/templates/system/examnum/countExam.html index 722b351..dfb7219 100644 --- a/ruoyi-admin/src/main/resources/templates/system/examnum/countExam.html +++ b/ruoyi-admin/src/main/resources/templates/system/examnum/countExam.html @@ -223,7 +223,7 @@ }, tooltip: {}, legend: { - data:['数量'] + data:['人数'] }, xAxis: { data: response.data.data.xAxisData, @@ -236,7 +236,7 @@ }, series: [ { - name: '数量', + name: '人数', type: 'bar', data: response.data.data.yAxisData, itemStyle: { @@ -256,7 +256,7 @@ }, tooltip: {}, legend: { - data:['数量'] + data:['人数'] }, xAxis: { data: response.data.data.xAxisData, @@ -269,7 +269,7 @@ }, series: [ { - name: '数量', + name: '人数', type: 'bar', data: response.data.data.yAxisData, itemStyle: {