暂态事件列表波形解析按钮显示条件修改
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user