审批流隐藏拒绝按钮
This commit is contained in:
@ -197,14 +197,14 @@ const UserProperties = {
|
||||
index: 2
|
||||
},
|
||||
// 现在没有拒绝选项
|
||||
{
|
||||
buttonType: ButtonType.DEFAULT, //按钮类型
|
||||
buttonName: t('拒绝'), //按钮名称
|
||||
buttonCode: ApproveCode.DISAGREE, //按钮编码
|
||||
approveType: ApproveType.DISAGREE, //
|
||||
checked: true, //选中
|
||||
index: 3
|
||||
},
|
||||
// {
|
||||
// buttonType: ButtonType.DEFAULT, //按钮类型
|
||||
// buttonName: t('拒绝'), //按钮名称
|
||||
// buttonCode: ApproveCode.DISAGREE, //按钮编码
|
||||
// approveType: ApproveType.DISAGREE, //
|
||||
// checked: true, //选中
|
||||
// index: 3
|
||||
// },
|
||||
{
|
||||
buttonType: ButtonType.DEFAULT, //按钮类型
|
||||
buttonName: t('驳回'), //按钮名称
|
||||
|
||||
Reference in New Issue
Block a user