明树Git Lab

Commit 0380bcfc authored by zhanghan's avatar zhanghan

年度计划k

parent 5bc37918
Pipeline #106888 passed with stage
in 19 seconds
......@@ -162,6 +162,13 @@ const routes = [
title: "运营期投资检查",
component: () => import("@/views/castbehind/runningPeriod.vue"),
},
{
path: "/investmentCecovery",
name: "investmentCecovery",
title: "运营期投资回收",
component: () =>
import("@/views/castbehind/investmentCecovery.vue"),
},
{
path: "/runningPeriodAdd",
name: "runningPeriodAdd",
......@@ -298,6 +305,34 @@ const routes = [
// },
],
},
{
path: "/elseManage",
name: "elseManage",
title: "其他管理",
redirect: "/share",
children: [
{
path: "/cost",
name: "cost",
title: "成本管理",
component: () => import("@/views/elseManage/cost.vue"),
},
{
path: "/property",
name: "property",
title: "成本管理",
component: () => import("@/views/elseManage/property.vue"),
},
{
path: "/link",
name: "link",
title: "成本管理",
component: () => import("@/views/elseManage/link.vue"),
},
],
},
{
path: "/systemManage",
name: "systemManage",
......
<template>
<div class="building-container">
<img src="@/assets/images/building.png" alt="" />
<div class="title">努力开发中……</div>
</div>
</template>
<script setup></script>
<style lang="less">
.building-container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
img {
max-width: 300px;
}
.title {
font-size: 18px;
color: #999;
}
}
</style>
<template>
<div class="building-container">
<img src="@/assets/images/building.png" alt="" />
<div class="title">努力开发中……</div>
</div>
</template>
<script setup></script>
<style lang="less">
.building-container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
img {
max-width: 300px;
}
.title {
font-size: 18px;
color: #999;
}
}
</style>
<template>
<div class="building-container">
<img src="@/assets/images/building.png" alt="" />
<div class="title">努力开发中……</div>
</div>
</template>
<script setup></script>
<style lang="less">
.building-container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
img {
max-width: 300px;
}
.title {
font-size: 18px;
color: #999;
}
}
</style>
<template>
<div class="building-container">
<img src="@/assets/images/building.png" alt="" />
<div class="title">努力开发中……</div>
</div>
</template>
<script setup></script>
<style lang="less">
.building-container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
img {
max-width: 300px;
}
.title {
font-size: 18px;
color: #999;
}
}
</style>
This diff is collapsed.
This diff is collapsed.
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