diff --git a/src/router/modules/businessManagement.ts b/src/router/modules/businessManagement.ts new file mode 100644 index 0000000..7a65cca --- /dev/null +++ b/src/router/modules/businessManagement.ts @@ -0,0 +1,24 @@ +export default { + path: "/businessManagement", + redirect: "/businessManagement/processConfiguration", + meta: { + title: "业务管理", + icon: 2, + rank: 10 + }, + children: [ + { + path: "/businessManagement/processConfiguration", + name: "ProcessConfiguration", + component: () => + import("@/views/businessManagement/processConfiguration/index.vue"), + meta: { + title: "流程配置", + + showLink: true, + showParent: true, + roles: ["admin", "common"] + } + } + ] +} as RouteConfigsTable; diff --git a/src/views/businessManagement/processConfiguration/index.vue b/src/views/businessManagement/processConfiguration/index.vue new file mode 100644 index 0000000..eb97337 --- /dev/null +++ b/src/views/businessManagement/processConfiguration/index.vue @@ -0,0 +1,260 @@ + + + + + + 流程配置 + + + + + + 搜索 + 重置 + + + + + + + 新建流程 + + + + + + 删除 + + + + + + 新建流程 + + + + + + + + + + + + + + + All + + + + + + + + +