技术监督计划-提交审核按钮添加显示判断
This commit is contained in:
@@ -190,6 +190,9 @@ const tableStore = new TableStore({
|
|||||||
type: 'primary',
|
type: 'primary',
|
||||||
icon: 'el-icon-EditPen',
|
icon: 'el-icon-EditPen',
|
||||||
render: 'basicButton',
|
render: 'basicButton',
|
||||||
|
disabled: row => {
|
||||||
|
return row.processInstanceId
|
||||||
|
},
|
||||||
click: row => {
|
click: row => {
|
||||||
handleAudit(row)
|
handleAudit(row)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user