|
|
@ -263,7 +263,7 @@ const isShowMainButton = (row, val) => { |
|
|
|
// 列表-操作按钮 |
|
|
|
const butttondata = (row) => { |
|
|
|
return [ |
|
|
|
defaultButtons.approveBtn({ hasPermi:'eam:device-spot-inspection-record-main:approve', hide: !(row.status == 'COMPLETED')}), // 审批 |
|
|
|
defaultButtons.approveBtn({ hasPermi:'eam:device-spot-inspection-record-main:update', hide: !(row.status == 'COMPLETED')}), // 审批 |
|
|
|
] |
|
|
|
} |
|
|
|
const onChange = (field, cur, item) => { |
|
|
|