Commit 8947da7f authored by 刘殿昕's avatar 刘殿昕

组织管理页面

parent 25f2196c
<!--
* User: CHT
* Date: 2020/6/28
* Time: 17:48
-->
<template>
<div>
<div>
<el-button @click="getData">获取参数</el-button>
</div>
<div class="super-flow-demo1">
<div class="node-container">
<p class="label_head">节点类型</p>
......
<template>
<div>
组织-运行概况
</div>
</template>
\ No newline at end of file
<template>
<div>
组织-应用
</div>
</template>
<template>
<div>
组织-服务
</div>
</template>
\ No newline at end of file
<template>
<div>
组织-服务管控
</div>
</template>
\ No newline at end of file
......@@ -29,6 +29,10 @@ export default {
name: "流程监控",
path: `/progress/monitoring`,
},
{
name: "流程设计",
path: `/progress/designs`,
}
],
navList: [],
}),
......
<template>
<div>
流程设计
<div>
<el-button @click="getData">获取参数</el-button>
</div>
</div>
</template>
<script>
export default {
methods: {
getData() {}
}
};
</script>
......@@ -274,10 +274,10 @@ export default new Router({
component: () => import("@/pages/workbench/component-center/process-management/monitoring/index"),
}, // 流程监控
{
path: "/progress/design",
name: "process_design",
path: "/progress/designs",
name: "process_designs",
component: () => import("@/pages/workbench/component-center/process-management/process-design/index"),
}, // 流程监控
}, // 流程设计
],
}, // 流程设计
{
......@@ -410,15 +410,35 @@ export default new Router({
component: () => import("@/pages/data-analysis/data-analysis"),
children: [
{
path: "/data_analysis/my_service", // 数据分析中心
path: "/data_analysis/my_service", // 数据分析中心-普通
name: "myServiceDataAnalysis",
component: () => import("@/pages/data-analysis/my-service"),
},
{
path: "/data_analysis/my_application", // 数据分析中心
path: "/data_analysis/my_application", // 数据分析中心-普通
name: "myApplicationDataAnalysis",
component: () => import("@/pages/data-analysis/my-application"),
},
{
path: "/data_analysis/org_service", // 数据分析中心服务-组织
name: "orgServiceDataAnalysis",
component: () => import("@/pages/data-analysis/org-service"),
},
{
path: "/data_analysis/org_application", // 数据分析中心应用-组织
name: "orgApplicationDataAnalysis",
component: () => import("@/pages/data-analysis/org-application"),
},
{
path: "/data_analysis/operation_overview", // 运行概况-组织
name: "operationOverview",
component: () => import("@/pages/data-analysis/operation-overview"),
},
{
path: "/data_analysis/service_control", // 服务管控-组织
name: "serviceControl",
component: () => import("@/pages/data-analysis/service-control"),
},
],
},
{
......
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