|
@ -247,7 +247,7 @@ const butttondata = (row) => { |
|
|
// defaultButtons.mainListOrderCOMPLETEBtn({ hide: isShowMainButton(row, ['INCOMPLETE']) }), // 完成 |
|
|
// defaultButtons.mainListOrderCOMPLETEBtn({ hide: isShowMainButton(row, ['INCOMPLETE']) }), // 完成 |
|
|
|
|
|
|
|
|
defaultButtons.mainApplyDecisionBtn({ |
|
|
defaultButtons.mainApplyDecisionBtn({ |
|
|
hide: isShowMainButton(row, null), |
|
|
// hide: isShowMainButton(row, null), |
|
|
hasPermi: 'qms:inspection-recode-main:edit' |
|
|
hasPermi: 'qms:inspection-recode-main:edit' |
|
|
}), // 使用决策 |
|
|
}), // 使用决策 |
|
|
// defaultButtons.mainListDeleteBtn(null), // 删除 |
|
|
// defaultButtons.mainListDeleteBtn(null), // 删除 |
|
|