Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
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
dsk-cr20g
Commits
f63f6e72
Commit
f63f6e72
authored
May 26, 2023
by
远方不远
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hy
parent
9f53bc99
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
620 additions
and
75 deletions
+620
-75
index.js
dsk-operate-ui/src/router/index.js
+15
-1
index.vue
...erate-ui/src/views/radar/components/debtProject/index.vue
+262
-74
details.vue
dsk-operate-ui/src/views/radar/debtProject/details.vue
+343
-0
No files found.
dsk-operate-ui/src/router/index.js
View file @
f63f6e72
...
@@ -122,7 +122,21 @@ export const constantRoutes = [
...
@@ -122,7 +122,21 @@ export const constantRoutes = [
meta
:
{
title
:
'区域专项债详情'
,
icon
:
'user'
}
meta
:
{
title
:
'区域专项债详情'
,
icon
:
'user'
}
}
}
]
]
}
},
{
path
:
'/debtProject'
,
component
:
Layout
,
hidden
:
true
,
redirect
:
'noredirect'
,
children
:
[
{
path
:
'/radar/debtProject/details/:id(
\\
d+)'
,
component
:
()
=>
import
(
'@/views/radar/debtProject/details'
),
name
:
'debtProjectDetails'
,
meta
:
{
title
:
'企业专项债详情'
,
icon
:
'radar'
}
}
]
}
]
]
// 动态路由,基于用户权限动态去加载
// 动态路由,基于用户权限动态去加载
...
...
dsk-operate-ui/src/views/radar/components/debtProject/index.vue
View file @
f63f6e72
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/radar/debtProject/details.vue
0 → 100644
View file @
f63f6e72
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