diff --git a/ruoyi-ui/src/views/flowable/definition/index.vue b/ruoyi-ui/src/views/flowable/definition/index.vue index 55c2d6c6..e0efe3a3 100644 --- a/ruoyi-ui/src/views/flowable/definition/index.vue +++ b/ruoyi-ui/src/views/flowable/definition/index.vue @@ -170,7 +170,18 @@
流程名称: - 流程分类: + 流程分类: +
+ + + + +
提示:仅允许导入“bpmn20.xml”格式文件!
@@ -242,6 +253,7 @@ import flow from '@/views/flowable/task/record/flow' export default { name: "Definition", + dicts: ['sys_process_category'], components: { Parser, flow