审批流隐藏拒绝按钮

This commit is contained in:
‘huanghaiixia’
2026-02-05 08:59:26 +08:00
parent 9ded452de5
commit bb62147842

View File

@ -197,14 +197,14 @@ const UserProperties = {
index: 2 index: 2
}, },
// 现在没有拒绝选项 // 现在没有拒绝选项
{ // {
buttonType: ButtonType.DEFAULT, //按钮类型 // buttonType: ButtonType.DEFAULT, //按钮类型
buttonName: t('拒绝'), //按钮名称 // buttonName: t('拒绝'), //按钮名称
buttonCode: ApproveCode.DISAGREE, //按钮编码 // buttonCode: ApproveCode.DISAGREE, //按钮编码
approveType: ApproveType.DISAGREE, // // approveType: ApproveType.DISAGREE, //
checked: true, //选中 // checked: true, //选中
index: 3 // index: 3
}, // },
{ {
buttonType: ButtonType.DEFAULT, //按钮类型 buttonType: ButtonType.DEFAULT, //按钮类型
buttonName: t('驳回'), //按钮名称 buttonName: t('驳回'), //按钮名称