Commit bc978e2a authored by 刘殿昕's avatar 刘殿昕

组织页面export

parent 8947da7f
...@@ -28,6 +28,22 @@ export default { ...@@ -28,6 +28,22 @@ export default {
{ {
name: "我的应用数据分析", name: "我的应用数据分析",
path: `/data_analysis/my_application` path: `/data_analysis/my_application`
},
{
name: "组织服务数据分析",
path: `/data_analysis/org_service`
},
{
name: "组织应用数据分析",
path: `/data_analysis/org_application`
},
{
name: "运行概况-组织",
path: `/data_analysis/operation_overview`
},
{
name: "服务管控-组织",
path: `/data_analysis/service_control`
} }
], ],
navList: [] navList: []
......
...@@ -2,4 +2,12 @@ ...@@ -2,4 +2,12 @@
<div> <div>
组织-运行概况 组织-运行概况
</div> </div>
</template> </template>
\ No newline at end of file
<script>
export default {
methods: {
getData() {}
}
};
</script>
...@@ -3,3 +3,11 @@ ...@@ -3,3 +3,11 @@
组织-应用 组织-应用
</div> </div>
</template> </template>
<script>
export default {
methods: {
getData() {}
}
};
</script>
...@@ -2,4 +2,12 @@ ...@@ -2,4 +2,12 @@
<div> <div>
组织-服务 组织-服务
</div> </div>
</template> </template>
\ No newline at end of file
<script>
export default {
methods: {
getData() {}
}
};
</script>
...@@ -2,4 +2,12 @@ ...@@ -2,4 +2,12 @@
<div> <div>
组织-服务管控 组织-服务管控
</div> </div>
</template> </template>
\ No newline at end of file
<script>
export default {
methods: {
getData() {}
}
};
</script>
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