This commit is contained in:
2024-06-27 15:31:29 +08:00
parent fac38dd9cc
commit ec162ea3da
4 changed files with 217 additions and 215 deletions

View File

@@ -111,9 +111,6 @@ const tableStore = new TableStore({
type: 'primary',
icon: 'el-icon-EditPen',
render: 'basicButton',
disabled: row => {
return !row.processInstanceId
},
click: row => {
flag.value = true
handleAudit(row.id, row.historyInstanceId)