From 135901d4738eabda320bca0e707500a86b25d6f0 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Wed, 9 Oct 2024 10:01:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=80=81=E4=BA=8B=E4=BB=B6=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=B3=A2=E5=BD=A2=E8=A7=A3=E6=9E=90=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=9D=A1=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/govern/device/control/tabs/event.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/govern/device/control/tabs/event.vue b/src/views/govern/device/control/tabs/event.vue index 77838d4..ace7076 100644 --- a/src/views/govern/device/control/tabs/event.vue +++ b/src/views/govern/device/control/tabs/event.vue @@ -79,9 +79,10 @@ const tableStore: any = new TableStore({ type: 'primary', icon: 'el-icon-Check', render: 'basicButton', - // disabled: row => { - // return !row.wavePath && row.evtParamTm < 20 - // }, + disabled: row => { + // && row.evtParamTm < 20 + return !row.wavePath + }, click: async row => { row.loading = true