修改技术监督 重新发起 逻辑问题

This commit is contained in:
GGJ
2024-06-19 09:19:10 +08:00
parent 75b3e9992d
commit b5b79e4f81
5 changed files with 207 additions and 203 deletions

View File

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