From 6824864db2e0b4c2ee05b15eb598ce230bc7cd55 Mon Sep 17 00:00:00 2001 From: stt Date: Wed, 10 Dec 2025 13:21:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=A1=E6=9C=89=E6=B3=A2=E5=BD=A2=E5=9B=BE?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E5=80=99=E6=98=BE=E7=A4=BA=E6=9A=82=E6=97=A0?= =?UTF-8?q?=E6=B3=A2=E5=BD=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/transientStatisticsDetail.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/cockpit/transientStatistics/components/transientStatisticsDetail.vue b/src/components/cockpit/transientStatistics/components/transientStatisticsDetail.vue index 7963efa..d78f0ba 100644 --- a/src/components/cockpit/transientStatistics/components/transientStatisticsDetail.vue +++ b/src/components/cockpit/transientStatistics/components/transientStatisticsDetail.vue @@ -68,7 +68,6 @@ const getSimpleLineList = async () => { options.value = res.data } - const tableStore: any = new TableStore({ url: '/cs-harmonic-boot/event/pageEvent', method: 'POST', @@ -192,7 +191,7 @@ const tableStore: any = new TableStore({ icon: 'el-icon-DataLine', render: 'basicButton', disabled: row => { - return !(!row.wavePath && row.evtParamTm < 20) + return !!row.wavePath } } ]