Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
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
紫光云
web-project
Commits
16a24cfb
Commit
16a24cfb
authored
Jun 03, 2024
by
mengzixuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 页面路径添加与修改
parent
ece0be8a
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
60 additions
and
6 deletions
+60
-6
annualPlan.ts
src/router/routes/modules/annualPlan.ts
+1
-1
completed.ts
src/router/routes/modules/completed.ts
+1
-1
engineeringProject.ts
src/router/routes/modules/engineeringProject.ts
+1
-1
monthlyPlan.ts
src/router/routes/modules/monthlyPlan.ts
+1
-1
performance.ts
src/router/routes/modules/performance.ts
+1
-1
statement.ts
src/router/routes/modules/statement.ts
+1
-1
index.vue
src/views/annualPlan/index.vue
+9
-0
index.vue
src/views/completed/index.vue
+9
-0
index.vue
src/views/engineeringProject/index.vue
+9
-0
index.vue
src/views/monthlyPlan/index.vue
+9
-0
index.vue
src/views/performance/index.vue
+9
-0
index.vue
src/views/statement/index.vue
+9
-0
No files found.
src/router/routes/modules/annualPlan.ts
View file @
16a24cfb
...
@@ -17,7 +17,7 @@ const annualPlan: AppRouteModule = {
...
@@ -17,7 +17,7 @@ const annualPlan: AppRouteModule = {
{
{
path
:
'index'
,
path
:
'index'
,
name
:
'annualPlan'
,
name
:
'annualPlan'
,
component
:
()
=>
import
(
'@/views/
dashboard/analysis
/index.vue'
),
component
:
()
=>
import
(
'@/views/
annualPlan
/index.vue'
),
meta
:
{
meta
:
{
// affix: true,
// affix: true,
title
:
'年度工程资金计划'
,
title
:
'年度工程资金计划'
,
...
...
src/router/routes/modules/completed.ts
View file @
16a24cfb
...
@@ -17,7 +17,7 @@ const completed: AppRouteModule = {
...
@@ -17,7 +17,7 @@ const completed: AppRouteModule = {
{
{
path
:
'index'
,
path
:
'index'
,
name
:
'completed'
,
name
:
'completed'
,
component
:
()
=>
import
(
'@/views/
dashboard/analysis
/index.vue'
),
component
:
()
=>
import
(
'@/views/
completed
/index.vue'
),
meta
:
{
meta
:
{
// affix: true,
// affix: true,
title
:
'已竣工验收项目陈欠资金计划'
,
title
:
'已竣工验收项目陈欠资金计划'
,
...
...
src/router/routes/modules/engineeringProject.ts
View file @
16a24cfb
...
@@ -17,7 +17,7 @@ const engineeringProject: AppRouteModule = {
...
@@ -17,7 +17,7 @@ const engineeringProject: AppRouteModule = {
{
{
path
:
'index'
,
path
:
'index'
,
name
:
'engineeringProject'
,
name
:
'engineeringProject'
,
component
:
()
=>
import
(
'@/views/
dashboard/analysis
/index.vue'
),
component
:
()
=>
import
(
'@/views/
engineeringProject
/index.vue'
),
meta
:
{
meta
:
{
// affix: true,
// affix: true,
title
:
'工程项目投资计划'
,
title
:
'工程项目投资计划'
,
...
...
src/router/routes/modules/monthlyPlan.ts
View file @
16a24cfb
...
@@ -17,7 +17,7 @@ const monthlyPlan: AppRouteModule = {
...
@@ -17,7 +17,7 @@ const monthlyPlan: AppRouteModule = {
{
{
path
:
'index'
,
path
:
'index'
,
name
:
'monthlyPlan'
,
name
:
'monthlyPlan'
,
component
:
()
=>
import
(
'@/views/
dashboard/analysis
/index.vue'
),
component
:
()
=>
import
(
'@/views/
monthlyPlan
/index.vue'
),
meta
:
{
meta
:
{
// affix: true,
// affix: true,
title
:
'月度工程资金计划'
,
title
:
'月度工程资金计划'
,
...
...
src/router/routes/modules/performance.ts
View file @
16a24cfb
...
@@ -17,7 +17,7 @@ const performance: AppRouteModule = {
...
@@ -17,7 +17,7 @@ const performance: AppRouteModule = {
{
{
path
:
'index'
,
path
:
'index'
,
name
:
'performance'
,
name
:
'performance'
,
component
:
()
=>
import
(
'@/views/
dashboard/analysis
/index.vue'
),
component
:
()
=>
import
(
'@/views/
performance
/index.vue'
),
meta
:
{
meta
:
{
// affix: true,
// affix: true,
title
:
'工程项目投资计划完成情况'
,
title
:
'工程项目投资计划完成情况'
,
...
...
src/router/routes/modules/statement.ts
View file @
16a24cfb
...
@@ -18,7 +18,7 @@ const statement: AppRouteModule = {
...
@@ -18,7 +18,7 @@ const statement: AppRouteModule = {
{
{
path
:
'index'
,
path
:
'index'
,
name
:
'statement'
,
name
:
'statement'
,
component
:
()
=>
import
(
'@/views/
dashboard/analysis
/index.vue'
),
component
:
()
=>
import
(
'@/views/
statement
/index.vue'
),
meta
:
{
meta
:
{
// affix: true,
// affix: true,
title
:
'报表中心'
,
title
:
'报表中心'
,
...
...
src/views/annualPlan/index.vue
0 → 100644
View file @
16a24cfb
<
template
>
<div>
<BasicTable
:title=
"'年度工程资金计划'"
></BasicTable>
</div>
</
template
>
<
script
lang=
"ts"
setup
>
import
{
BasicTable
}
from
'@/components/Table'
;
</
script
>
src/views/completed/index.vue
0 → 100644
View file @
16a24cfb
<
template
>
<div>
<BasicTable
:title=
"'已竣工验收项目陈欠资金计划'"
/>
</div>
</
template
>
<
script
lang=
"ts"
setup
>
import
{
BasicTable
}
from
'@/components/Table'
;
</
script
>
src/views/engineeringProject/index.vue
0 → 100644
View file @
16a24cfb
<
template
>
<div>
<BasicTable
:title=
"'工程项目投资计划'"
></BasicTable>
</div>
</
template
>
<
script
lang=
"ts"
setup
>
import
{
BasicTable
}
from
'@/components/Table'
;
</
script
>
src/views/monthlyPlan/index.vue
0 → 100644
View file @
16a24cfb
<
template
>
<div>
<BasicTable
:title=
"'月度工程资金计划'"
></BasicTable>
</div>
</
template
>
<
script
lang=
"ts"
setup
>
import
{
BasicTable
}
from
'@/components/Table'
;
</
script
>
src/views/performance/index.vue
0 → 100644
View file @
16a24cfb
<
template
>
<div>
<BasicTable
:title=
"'工程项目投资计划完成情况'"
/>
</div>
</
template
>
<
script
lang=
"ts"
setup
>
import
{
BasicTable
}
from
'@/components/Table'
;
</
script
>
src/views/statement/index.vue
0 → 100644
View file @
16a24cfb
<
template
>
<div>
<BasicTable
:title=
"'报表中心'"
></BasicTable>
</div>
</
template
>
<
script
lang=
"ts"
setup
>
import
{
BasicTable
}
from
'@/components/Table'
;
</
script
>
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