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 }