Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-pc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
融通安全管理系统
rongtong-pc
Commits
4846899f
Commit
4846899f
authored
Dec 07, 2023
by
yf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
。
parent
9b19ee18
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
src/router/index.js
src/router/index.js
+14
-0
src/views/riskLedger/detail.vue
src/views/riskLedger/detail.vue
+0
-0
No files found.
src/router/index.js
View file @
4846899f
...
@@ -181,6 +181,20 @@ export const dynamicRoutes = [
...
@@ -181,6 +181,20 @@ export const dynamicRoutes = [
},
},
],
],
},
},
{
path
:
"
/riskLedger/detail
"
,
component
:
Layout
,
hidden
:
true
,
permissions
:
[
"
system:dict:list
"
],
children
:
[
{
path
:
"
riskDetail
"
,
component
:
()
=>
import
(
"
@/views/riskLedger/detail
"
),
name
:
"
riskDetail
"
,
meta
:
{
title
:
"
风险台账
"
,
activeMenu
:
"
/riskLedger/detail
"
},
},
],
},
{
{
path
:
"
/risk/plan/inherentdata
"
,
path
:
"
/risk/plan/inherentdata
"
,
component
:
Layout
,
component
:
Layout
,
...
...
src/views/riskLedger/detail.vue
0 → 100644
View file @
4846899f
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