嵌入bpmn设计流程模块

This commit is contained in:
gexinzhineng/gxzn27
2023-01-28 09:53:43 +08:00
parent 2253ba069f
commit 89c366be68
60 changed files with 10057 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
import MyProcessDesigner from "./ProcessDesigner.vue";
MyProcessDesigner.install = function(Vue) {
Vue.component(MyProcessDesigner.name, MyProcessDesigner);
};
// 流程图的设计器,可编辑
export default MyProcessDesigner;