修改技术监督 问题

This commit is contained in:
GGJ
2024-07-25 14:12:34 +08:00
parent 33814bf712
commit 5c324435c5
4 changed files with 18 additions and 8 deletions

View File

@@ -198,7 +198,7 @@ const tableStore = new TableStore({
icon: 'el-icon-Open',
render: 'basicButton',
disabled: row => {
return row.createBy != adminInfo.$state.id || !(row.status == 3 || row.status == 4)
return row.createBy != adminInfo.$state.id || !(row.status == 4)
},
click: row => {
dialogVisible.value = true