常态化干扰源用户管理操作列按钮全部隐藏时显示/
This commit is contained in:
@@ -169,6 +169,16 @@ const tableStore = new TableStore({
|
||||
click: row => {
|
||||
toFangAn(row, 1)
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'productSetting',
|
||||
title: '/',
|
||||
type: 'primary',
|
||||
icon: 'el-icon-EditPen',
|
||||
render: 'basicButton',
|
||||
disabled: row => {
|
||||
return !jb_pl.value && !jb_dky.value
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user