From 9dca1a8ac248aa403e09695336cb2209adc3146e Mon Sep 17 00:00:00 2001 From: lz-ui Date: Tue, 21 Oct 2025 14:42:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E9=A2=84=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/operation/report/components/Prediction.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/operation/report/components/Prediction.vue b/src/views/operation/report/components/Prediction.vue index d098765..830ded9 100644 --- a/src/views/operation/report/components/Prediction.vue +++ b/src/views/operation/report/components/Prediction.vue @@ -56,6 +56,7 @@ function isActiveClass (item, data, activeValue) { } function handleClick (item,data, value) { + if(props.type === 'view') return; data[item.value] = value }