技术监督计划-提交审核按钮添加显示判断

This commit is contained in:
zhujiyan
2024-05-22 14:18:55 +08:00
parent 3e634124b8
commit 10b2870549

View File

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