暂态事件列表波形解析按钮显示条件修改

This commit is contained in:
zhujiyan
2024-10-09 10:01:39 +08:00
parent 5abe4755af
commit 135901d473

View File

@@ -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