技术监督计划-提交审核按钮添加显示判断
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user