From 938c737e6094166df86ac16f148d4d6cf402dad6 Mon Sep 17 00:00:00 2001 From: lz-ui Date: Tue, 21 Oct 2025 12:28:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E6=A0=87=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/tc/eventAnalysisReport.js | 11 ++ .../report/components/Prediction.vue | 123 ++++++++++++++++++ src/views/operation/report/index.vue | 65 +++++---- 3 files changed, 172 insertions(+), 27 deletions(-) create mode 100644 src/views/operation/report/components/Prediction.vue diff --git a/src/api/tc/eventAnalysisReport.js b/src/api/tc/eventAnalysisReport.js index 5c42c2a..7054f79 100644 --- a/src/api/tc/eventAnalysisReport.js +++ b/src/api/tc/eventAnalysisReport.js @@ -65,3 +65,14 @@ export function reportUpdate(data) { data: data }) } + + +/** 报告更新 */ +export function reportResultUpdate(data) { + return request({ + url: '/tc/reportResult/update', + method: 'post', + data: data + }) +} + diff --git a/src/views/operation/report/components/Prediction.vue b/src/views/operation/report/components/Prediction.vue new file mode 100644 index 0000000..d098765 --- /dev/null +++ b/src/views/operation/report/components/Prediction.vue @@ -0,0 +1,123 @@ + + + + + \ No newline at end of file diff --git a/src/views/operation/report/index.vue b/src/views/operation/report/index.vue index 7abdeff..7d0b033 100644 --- a/src/views/operation/report/index.vue +++ b/src/views/operation/report/index.vue @@ -8,12 +8,12 @@ - + @@ -88,23 +88,17 @@ - @@ -124,7 +118,7 @@ - +