From a5dae0bef9547761e6db738dcbfc5f619ecefe03 Mon Sep 17 00:00:00 2001 From: wuxu Date: Thu, 3 Apr 2025 14:42:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E7=B1=BB=E6=94=B9=E4=B8=BA=E4=B8=80?= =?UTF-8?q?=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../safetyAppraisal/components/statisticsThree.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/sluice/safetyManage/safetyAppraisal/components/statisticsThree.vue b/src/views/sluice/safetyManage/safetyAppraisal/components/statisticsThree.vue index fc1d5df..e7b3104 100644 --- a/src/views/sluice/safetyManage/safetyAppraisal/components/statisticsThree.vue +++ b/src/views/sluice/safetyManage/safetyAppraisal/components/statisticsThree.vue @@ -150,19 +150,19 @@ export default { series: [ { - name: "一类水闸", + name: "一级水闸", type: "bar", data: this.barChartData.value1, barMaxWidth: "10%", }, { - name: "二类水闸", + name: "二级水闸", type: "bar", data: this.barChartData.value2, barMaxWidth: "10%", }, { - name: "三类水闸", + name: "三级水闸", type: "bar", data: this.barChartData.value3, barMaxWidth: "10%",