审批流添加拒绝

This commit is contained in:
‘huanghaiixia’
2025-12-29 11:03:31 +08:00
parent 351ddc564f
commit b4b883af02
2 changed files with 11 additions and 8 deletions

View File

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