修改技术监督 重新发起 逻辑问题
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user