Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BCDH-APP
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
首开风险隐患双控平台
BCDH-APP
Commits
c19f6e29
Commit
c19f6e29
authored
Apr 28, 2022
by
13841799530
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解润东
隐患巡查 20220428
parent
8bd6a889
Pipeline
#8218
passed with stage
in 5 minutes and 2 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
173 additions
and
65 deletions
+173
-65
src/router/index.js
src/router/index.js
+10
-0
src/views/danger/dangerPatrol/index.vue
src/views/danger/dangerPatrol/index.vue
+163
-65
No files found.
src/router/index.js
View file @
c19f6e29
...
...
@@ -561,6 +561,16 @@ const routes = [{
},
component
:
()
=>
import
(
/* webpackChunkName: "SaveWorkbench" */
'
../views/danger/dangerPatrol
'
),
},
// 隐患巡查首页
{
path
:
'
/danger-Patrol-Time
'
,
name
:
'
danger-Patrol-Time
'
,
meta
:
{
title
:
'
执行巡查首页-时间管理
'
,
index
:
1
},
component
:
()
=>
import
(
/* webpackChunkName: "SaveWorkbench" */
'
../views/danger/dangerPatrol/dangerPatrolTime
'
),
},
// 执行巡查首页-安全管理类
{
path
:
'
/implement
'
,
...
...
src/views/danger/dangerPatrol/index.vue
View file @
c19f6e29
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