From 7599b7fa3aa4fb0751619e25ac2ce976719225da Mon Sep 17 00:00:00 2001 From: huliang <1539398430@qq.com> Date: Wed, 7 May 2025 14:56:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A0=81=E8=83=BD=E6=BA=90=E5=9C=96?= =?UTF-8?q?=E8=A1=A8=E4=B8=B2=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dashboard/dashboardElecChart.vue | 111 ++++---- src/components/dashboard/dashboardStat.vue | 32 +-- src/stores/useElecDemandStore.js | 106 ++++++++ src/stores/useElecTotalMeterStore.js | 194 ++++++++++++++ src/utils/calcuEleCost.js | 140 +++++++++++ src/utils/index.js | 1 + src/views/dashboard/DashboardPage.vue | 236 +++++++++++++++++- 7 files changed, 740 insertions(+), 80 deletions(-) create mode 100644 src/stores/useElecDemandStore.js create mode 100644 src/stores/useElecTotalMeterStore.js create mode 100644 src/utils/calcuEleCost.js create mode 100644 src/utils/index.js diff --git a/src/components/dashboard/dashboardElecChart.vue b/src/components/dashboard/dashboardElecChart.vue index cc8a624..0f26c66 100644 --- a/src/components/dashboard/dashboardElecChart.vue +++ b/src/components/dashboard/dashboardElecChart.vue @@ -1,67 +1,73 @@