修改 编辑按钮显示禁用

This commit is contained in:
GGJ
2024-06-24 17:41:54 +08:00
parent 1487f5ceea
commit fac32cd2e0
18 changed files with 63 additions and 67 deletions

View File

@@ -170,7 +170,7 @@ const tableStore = new TableStore({
type: 'primary',
icon: 'el-icon-Open',
render: 'basicButton',
disabled: row => {
showDisabled: row => {
return row.createBy != adminInfo.$state.id || !(row.status == 0)
},
click: row => {