mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 18:46:36 +08:00
commit:同步2.0版本(添加指定审批人功能)
This commit is contained in:
@@ -101,6 +101,11 @@ const SysFlowTaskOperationType = new DictionaryBase('任务操作类型', [
|
||||
id: 'multi_abstain',
|
||||
name: '弃权(会签)',
|
||||
symbol: 'MULTI_ABSTAIN'
|
||||
},
|
||||
{
|
||||
id: 'set_assignee',
|
||||
name: '指定审批人',
|
||||
symbol: 'SET_ASSIGNEE'
|
||||
}
|
||||
]);
|
||||
Vue.prototype.SysFlowTaskOperationType = SysFlowTaskOperationType;
|
||||
|
||||
Reference in New Issue
Block a user