From 0149754b2aa06974ecc42878e33d2021870eff97 Mon Sep 17 00:00:00 2001 From: lz-ui Date: Tue, 4 Nov 2025 16:04:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E7=83=AD=E9=97=A8?= =?UTF-8?q?=E8=B6=B3=E7=90=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../report/components/Prediction2.vue | 124 ++++ .../operation/report/components/TabPane1.vue | 550 +++++++++++++++++ .../operation/report/components/TabPane2.vue | 415 +++++++++++++ src/views/operation/report/index.vue | 557 +----------------- 4 files changed, 1111 insertions(+), 535 deletions(-) create mode 100644 src/views/operation/report/components/Prediction2.vue create mode 100644 src/views/operation/report/components/TabPane1.vue create mode 100644 src/views/operation/report/components/TabPane2.vue diff --git a/src/views/operation/report/components/Prediction2.vue b/src/views/operation/report/components/Prediction2.vue new file mode 100644 index 0000000..dc767c3 --- /dev/null +++ b/src/views/operation/report/components/Prediction2.vue @@ -0,0 +1,124 @@ + + + + + \ No newline at end of file diff --git a/src/views/operation/report/components/TabPane1.vue b/src/views/operation/report/components/TabPane1.vue new file mode 100644 index 0000000..b4d6236 --- /dev/null +++ b/src/views/operation/report/components/TabPane1.vue @@ -0,0 +1,550 @@ + + + + + \ No newline at end of file diff --git a/src/views/operation/report/components/TabPane2.vue b/src/views/operation/report/components/TabPane2.vue new file mode 100644 index 0000000..67addf1 --- /dev/null +++ b/src/views/operation/report/components/TabPane2.vue @@ -0,0 +1,415 @@ + + + + + \ No newline at end of file diff --git a/src/views/operation/report/index.vue b/src/views/operation/report/index.vue index 6dfca79..aa86fac 100644 --- a/src/views/operation/report/index.vue +++ b/src/views/operation/report/index.vue @@ -1,549 +1,36 @@ - - - \ No newline at end of file