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 } } ]