实现我的流程的前端 UI 界面

This commit is contained in:
YunaiV
2022-01-08 01:14:54 +08:00
parent 55a6ec78e4
commit bb11acb15f
9 changed files with 314 additions and 13 deletions

View File

@@ -36,6 +36,8 @@ export const DICT_TYPE = {
// bpm
BPM_MODEL_CATEGORY: 'bpm_model_category',
BPM_PROCESS_INSTANCE_STATUS: 'bpm_process_instance_status',
BPM_PROCESS_INSTANCE_RESULT: 'bpm_process_instance_result',
OA_LEAVE_STATUS: 'flow_status',
OA_LEAVE_TYPE: 'oa_leave_type'
}