联调案例库

This commit is contained in:
GGJ
2024-09-13 18:31:35 +08:00
parent 8c8eaa11be
commit 3b51be9fce
10 changed files with 514 additions and 164 deletions

View File

@@ -141,7 +141,7 @@ const tableStore = new TableStore({
icon: 'el-icon-EditPen',
render: 'basicButton',
disabled: row => {
return row.importType != null || !row.processInstanceId
return row.importType != 0 || !row.processInstanceId
},
click: row => {
flag.value = true