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
855117e2
Commit
855117e2
authored
May 16, 2022
by
13841799530
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解润东
20220516
parent
4edd65b3
Pipeline
#8335
passed with stage
in 5 minutes and 1 second
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
22 deletions
+22
-22
src/views/danger/dangerPatrol/implement/index.vue
src/views/danger/dangerPatrol/implement/index.vue
+2
-2
src/views/danger/dangerPatrol/recordPatrol/detail.vue
src/views/danger/dangerPatrol/recordPatrol/detail.vue
+10
-10
src/views/danger/dangerPatrol/recordPatrol/index.vue
src/views/danger/dangerPatrol/recordPatrol/index.vue
+10
-10
No files found.
src/views/danger/dangerPatrol/implement/index.vue
View file @
855117e2
...
...
@@ -35,7 +35,7 @@
</van-col>
</van-row>
<van-row
gutter
>
<van-col
span=
"24"
>
应建立地下有限空间作业安全生产责任制、安全生产规章制度和操作规程。
</van-col>
<van-col
span=
"24"
>
{{item.hdName}}
</van-col>
</van-row>
<van-row
gutter
class=
"cont-operation"
>
<van-col
span=
"10"
class=
"con_type"
>
...
...
@@ -45,7 +45,7 @@
trigger=
"click"
placement=
"bottom-start"
>
<span
class=
"tip"
>
《
北京市地下有限空间管理办法
》
</span>
<span
class=
"tip"
>
《
{{item.regulatoryBasis}}
》
</span>
<
template
#reference
>
法律依据/出处
</
template
>
</van-popover>
</van-col>
...
...
src/views/danger/dangerPatrol/recordPatrol/detail.vue
View file @
855117e2
...
...
@@ -22,7 +22,7 @@
<van-col
span=
"24"
>
巡查类型:
{{
this
.
detailObj
.
postType
}}
</van-col>
</van-row>
<van-row
gutter
>
<van-col
span=
"24"
>
巡查批次:
{{
this
.
detailObj
.
cycle
|
cycl
e
}}
</van-col>
<van-col
span=
"24"
>
项目名称:
{{
this
.
detailObj
.
projectNam
e
}}
</van-col>
</van-row>
<van-row
gutter
>
<van-col
span=
"24"
>
上报隐患:
{{
this
.
detailObj
.
hdReportCount
}}
</van-col>
...
...
@@ -104,15 +104,15 @@ export default {
that
=
this
},
filters
:{
cycle
(
val
){
var
value
;
that
.
contentList
.
forEach
((
i
)
=>
{
if
(
i
.
id
==
val
){
value
=
i
.
content
}
})
return
value
},
//
cycle(val){
//
var value;
//
that.contentList.forEach((i)=>{
//
if(i.id==val){
//
value=i.content
//
}
//
})
//
return value
//
},
hdLev
(
val
){
if
(
val
==
'
S
'
){
return
'
重大隐患
'
...
...
src/views/danger/dangerPatrol/recordPatrol/index.vue
View file @
855117e2
...
...
@@ -41,7 +41,7 @@
<van-col
span=
"24"
>
岗位: {{item.postName}}
</van-col>
</van-row>
<van-row
gutter
>
<van-col
span=
"24"
>
巡查频次: {{item.cycle|cycl
e}}
</van-col>
<van-col
span=
"24"
>
项目名称: {{item.projectNam
e}}
</van-col>
</van-row>
<van-row
gutter
>
<van-col
span=
"24"
>
上报隐患: {{item.hdReportCount?item.hdReportCount:0}}
</van-col>
...
...
@@ -146,15 +146,15 @@ export default {
that
=
this
},
filters
:{
cycle
(
val
){
var
value
;
that
.
contentList
.
forEach
((
i
)
=>
{
if
(
i
.
id
==
val
){
value
=
i
.
content
}
})
return
value
},
//
cycle(val){
//
var value;
//
that.contentList.forEach((i)=>{
//
if(i.id==val){
//
value=i.content
//
}
//
})
//
return value
//
},
status
(
val
){
if
(
val
==
'
0
'
){
return
'
已执行
'
...
...
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