From 1e8fbc5f5a2ec41698d2c7282af7b0fdebae6108 Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Tue, 12 May 2026 15:22:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=8E=87=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../home/electricityCostAnalysisComponents/operatingBar.vue | 2 +- src/views/home/totalProfitComponents/operatingBar.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/home/electricityCostAnalysisComponents/operatingBar.vue b/src/views/home/electricityCostAnalysisComponents/operatingBar.vue index ba6e325f..f06c92d1 100644 --- a/src/views/home/electricityCostAnalysisComponents/operatingBar.vue +++ b/src/views/home/electricityCostAnalysisComponents/operatingBar.vue @@ -144,7 +144,7 @@ export default { { offset: 1, color: 'rgba(40, 138, 255, 0)' } ]) }, - data: data.rate || [], + data: data.rates || [], symbol: 'circle', symbolSize: 6 }, diff --git a/src/views/home/totalProfitComponents/operatingBar.vue b/src/views/home/totalProfitComponents/operatingBar.vue index 97f145d2..7cd2cf97 100644 --- a/src/views/home/totalProfitComponents/operatingBar.vue +++ b/src/views/home/totalProfitComponents/operatingBar.vue @@ -144,7 +144,7 @@ export default { { offset: 1, color: 'rgba(40, 138, 255, 0)' } ]) }, - data: data.rate || [], + data: data.rates || [], symbol: 'circle', symbolSize: 6 },