明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
jt_front
Commits
0380bcfc
Commit
0380bcfc
authored
Feb 02, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
年度计划k
parent
5bc37918
Pipeline
#106888
passed with stage
in 19 seconds
Changes
7
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
290 additions
and
166 deletions
+290
-166
routes.js
src/router/routes.js
+35
-0
investmentCecovery.vue
src/views/castbehind/investmentCecovery.vue
+26
-0
cost.vue
src/views/elseManage/cost.vue
+26
-0
link.vue
src/views/elseManage/link.vue
+26
-0
property.vue
src/views/elseManage/property.vue
+26
-0
annualAdd.vue
src/views/everydayPage/annualAdd.vue
+47
-58
annualPlan.vue
src/views/everydayPage/annualPlan.vue
+104
-108
No files found.
src/router/routes.js
View file @
0380bcfc
...
@@ -162,6 +162,13 @@ const routes = [
...
@@ -162,6 +162,13 @@ const routes = [
title
:
"运营期投资检查"
,
title
:
"运营期投资检查"
,
component
:
()
=>
import
(
"@/views/castbehind/runningPeriod.vue"
),
component
:
()
=>
import
(
"@/views/castbehind/runningPeriod.vue"
),
},
},
{
path
:
"/investmentCecovery"
,
name
:
"investmentCecovery"
,
title
:
"运营期投资回收"
,
component
:
()
=>
import
(
"@/views/castbehind/investmentCecovery.vue"
),
},
{
{
path
:
"/runningPeriodAdd"
,
path
:
"/runningPeriodAdd"
,
name
:
"runningPeriodAdd"
,
name
:
"runningPeriodAdd"
,
...
@@ -298,6 +305,34 @@ const routes = [
...
@@ -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"
,
path
:
"/systemManage"
,
name
:
"systemManage"
,
name
:
"systemManage"
,
...
...
src/views/castbehind/investmentCecovery.vue
0 → 100644
View file @
0380bcfc
<
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
>
src/views/elseManage/cost.vue
0 → 100644
View file @
0380bcfc
<
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
>
src/views/elseManage/link.vue
0 → 100644
View file @
0380bcfc
<
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
>
src/views/elseManage/property.vue
0 → 100644
View file @
0380bcfc
<
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
>
src/views/everydayPage/annualAdd.vue
View file @
0380bcfc
This diff is collapsed.
Click to expand it.
src/views/everydayPage/annualPlan.vue
View file @
0380bcfc
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment