--去掉配置中的拒绝和结束按钮,工作流只保留 同意、驳回、转办、撤回、查看流程图、查看审批意见
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('驳回'), //按钮名称
|
||||
@ -240,15 +240,15 @@ const UserProperties = {
|
||||
buttonGroup: '',
|
||||
index: 6
|
||||
},
|
||||
{
|
||||
buttonType: ButtonType.DEFAULT, //按钮类型
|
||||
buttonName: t('结束'), //按钮名称
|
||||
buttonCode: ApproveCode.FINISH, //按钮编码
|
||||
approveType: ApproveType.FINISH, //
|
||||
checked: true, //选中
|
||||
buttonGroup: '更多',
|
||||
index: 7
|
||||
},
|
||||
// {
|
||||
// buttonType: ButtonType.DEFAULT, //按钮类型
|
||||
// buttonName: t('结束'), //按钮名称
|
||||
// buttonCode: ApproveCode.FINISH, //按钮编码
|
||||
// approveType: ApproveType.FINISH, //
|
||||
// checked: true, //选中
|
||||
// buttonGroup: '更多',
|
||||
// index: 7
|
||||
// },
|
||||
{
|
||||
buttonType: ButtonType.DEFAULT, //按钮类型
|
||||
buttonName: t('查看流程图'), //按钮名称
|
||||
|
||||
@ -66,7 +66,7 @@ export const buttons = [
|
||||
},
|
||||
{
|
||||
key: ApproveCode.REJECT,
|
||||
title: t('拒绝'),
|
||||
title: t('驳回'),
|
||||
},
|
||||
];
|
||||
// 与或非
|
||||
|
||||
Reference in New Issue
Block a user