Commit 2e38167d authored by 刘殿昕's avatar 刘殿昕

流程设计地址

parent 1fd7d5ca
......@@ -264,10 +264,10 @@ export default {
this.copyTempItem = null;
},
addNewProcess() {
this.$router.push("/progress/designs");
this.$router.push("/progress/designer/design");
}, // FIXME: 新建流程
editItem(item) {
this.$router.push("/progress/designs");
this.$router.push("/progress/designer/design");
}, // FIXME: 编辑流程
detailItem(item) {
this.$router.push(`/progress/designer/detail/${item.workflows_id}`);
......
......@@ -29,10 +29,6 @@ export default {
name: "流程监控",
path: `/progress/monitoring`,
},
{
name: "流程设计",
path: `/progress/designs`,
}
],
navList: [],
}),
......
......@@ -274,8 +274,8 @@ export default new Router({
component: () => import("@/pages/workbench/component-center/process-management/monitoring/index"),
}, // 流程监控
{
path: "/progress/designs",
name: "process_designs",
path: "/progress/designer/design",
name: "process_design",
component: () => import("@/pages/workbench/component-center/process-management/process-design/index"),
}, // 流程设计
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment