commit:同步2.1版本

This commit is contained in:
Jerry
2021-12-16 21:49:09 +08:00
parent 81bb8ea64e
commit c76388f593
552 changed files with 5641 additions and 2583 deletions

View File

@@ -62,6 +62,16 @@ const SysFlowTaskOperationType = new DictionaryBase('任务操作类型', [
name: '拒绝',
symbol: 'REFUSE'
},
{
id: 'reject',
name: '驳回',
symbol: 'REJECT'
},
{
id: 'revoke',
name: '撤销',
symbol: 'REVOKE'
},
{
id: 'transfer',
name: '转办',