修改 禁用

This commit is contained in:
GGJ
2024-06-24 17:53:41 +08:00
parent fac32cd2e0
commit 6292e7ab18
14 changed files with 52 additions and 45 deletions

View File

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