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
c7e28fcb
Commit
c7e28fcb
authored
May 16, 2022
by
13841799530
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
解润东 20220516
parent
c5a1dc8c
Pipeline
#8338
passed with stage
in 5 minutes and 2 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
src/views/danger/dangerPatrol/recordPatrol/detail.vue
src/views/danger/dangerPatrol/recordPatrol/detail.vue
+10
-10
No files found.
src/views/danger/dangerPatrol/recordPatrol/detail.vue
View file @
c7e28fcb
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<van-col
span=
"24"
>
巡查类型:
{{
this
.
detailObj
.
postType
}}
</van-col>
<van-col
span=
"24"
>
巡查类型:
{{
this
.
detailObj
.
postType
}}
</van-col>
</van-row>
</van-row>
<van-row
gutter
>
<van-row
gutter
>
<van-col
span=
"24"
>
项目名称:
{{
this
.
detailObj
.
projectNam
e
}}
</van-col>
<van-col
span=
"24"
>
巡查批次:
{{
this
.
detailObj
.
cycle
|
cycl
e
}}
</van-col>
</van-row>
</van-row>
<van-row
gutter
>
<van-row
gutter
>
<van-col
span=
"24"
>
上报隐患:
{{
this
.
detailObj
.
hdReportCount
}}
</van-col>
<van-col
span=
"24"
>
上报隐患:
{{
this
.
detailObj
.
hdReportCount
}}
</van-col>
...
@@ -104,15 +104,15 @@ export default {
...
@@ -104,15 +104,15 @@ export default {
that
=
this
that
=
this
},
},
filters
:{
filters
:{
//
cycle(val){
cycle
(
val
){
//
var value;
var
value
;
//
that.contentList.forEach((i)=>{
that
.
contentList
.
forEach
((
i
)
=>
{
//
if(i.id==val){
if
(
i
.
id
==
val
){
//
value=i.content
value
=
i
.
content
//
}
}
//
})
})
//
return value
return
value
//
},
},
hdLev
(
val
){
hdLev
(
val
){
if
(
val
==
'
S
'
){
if
(
val
==
'
S
'
){
return
'
重大隐患
'
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