暂态事件列表波形解析按钮显示条件修改
This commit is contained in:
@@ -79,9 +79,10 @@ const tableStore: any = new TableStore({
|
|||||||
type: 'primary',
|
type: 'primary',
|
||||||
icon: 'el-icon-Check',
|
icon: 'el-icon-Check',
|
||||||
render: 'basicButton',
|
render: 'basicButton',
|
||||||
// disabled: row => {
|
disabled: row => {
|
||||||
// return !row.wavePath && row.evtParamTm < 20
|
// && row.evtParamTm < 20
|
||||||
// },
|
return !row.wavePath
|
||||||
|
},
|
||||||
click: async row => {
|
click: async row => {
|
||||||
row.loading = true
|
row.loading = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user