From 75fcddb6b7da07d7f2b4cc248c1bfbef08729b6b Mon Sep 17 00:00:00 2001 From: ym1026 <1539963735@qq.com> Date: Tue, 2 Sep 2025 17:05:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E5=88=86=E6=9E=90=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E5=82=A8=E8=83=BD=E8=AE=BE=E5=A4=87=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/App.vue | 7 + web/src/components/ComTable.vue | 344 +++++---- web/src/components/SearchBox.vue | 17 +- .../statisticalAnalysis/energyEchart.vue | 450 +++++++++++ web/src/router/index.js | 6 + web/src/style/color.scss | 15 +- web/src/utils/config.js | 39 + web/src/views/MainView.vue | 6 +- web/src/views/statisticalAnalysis.vue | 704 ++++++++++++++++++ 9 files changed, 1405 insertions(+), 183 deletions(-) create mode 100644 web/src/components/statisticalAnalysis/energyEchart.vue create mode 100644 web/src/utils/config.js create mode 100644 web/src/views/statisticalAnalysis.vue diff --git a/web/src/App.vue b/web/src/App.vue index edc38c8..d466d32 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -1,5 +1,6 @@