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
4d092b84
Commit
4d092b84
authored
Apr 29, 2022
by
王李辉
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://git.censoft.com.cn/BCDH-HSE/bcdh-app
into develop
parents
e2c1843e
3a06313d
Pipeline
#8228
passed with stage
in 5 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
8 deletions
+27
-8
src/views/danger/dangerPatrol/dangerPatrolTime/index.vue
src/views/danger/dangerPatrol/dangerPatrolTime/index.vue
+27
-8
No files found.
src/views/danger/dangerPatrol/dangerPatrolTime/index.vue
View file @
4d092b84
...
...
@@ -39,28 +39,41 @@ export default {
return
{
text
:
"
隐患巡查
"
,
contentList
:
[
],
contentLists
:[
{
title
:
"
A
1
"
,
title
:
"
1
"
,
imgUrl
:
require
(
"
@/assets/dangerPatrol/patrol-icon.png
"
),
content
:
"
日查清单
"
},
{
title
:
"
A
2
"
,
title
:
"
2
"
,
imgUrl
:
require
(
"
@/assets/dangerPatrol/patrol-icon.png
"
),
content
:
"
周查清单
"
},
{
title
:
"
A3
"
,
title
:
"
3
"
,
imgUrl
:
require
(
"
@/assets/dangerPatrol/patrol-icon.png
"
),
content
:
"
半月查清单
"
},
{
title
:
"
4
"
,
imgUrl
:
require
(
"
@/assets/dangerPatrol/patrol-icon.png
"
),
content
:
"
月查清单
"
},
{
title
:
"
A4
"
,
title
:
"
5
"
,
imgUrl
:
require
(
"
@/assets/dangerPatrol/patrol-icon.png
"
),
content
:
"
季查清单
"
},
{
title
:
"
A5
"
,
title
:
"
6
"
,
imgUrl
:
require
(
"
@/assets/dangerPatrol/patrol-icon.png
"
),
content
:
"
半年查清单
"
},
{
title
:
"
7
"
,
imgUrl
:
require
(
"
@/assets/dangerPatrol/patrol-icon.png
"
),
content
:
"
年查清单
"
}
...
...
@@ -72,9 +85,15 @@ export default {
},
methods
:
{
loading
(){
// postWork("portal/cycle").then((res) => {
// console.log(res)
// })
postWork
(
"
patrol/running/listCycle
"
).
then
((
res
)
=>
{
this
.
contentLists
.
forEach
((
x
)
=>
{
res
.
data
.
forEach
((
y
)
=>
{
if
(
x
.
title
==
y
.
cycle
){
this
.
contentList
.
push
(
x
)
}
})
})
})
},
onClick
(
val
)
{
this
.
$router
.
push
({
...
...
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