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
b10854f0
Commit
b10854f0
authored
May 17, 2022
by
13841799530
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
解润东 20220517
parent
894c3b6f
Pipeline
#8355
passed with stage
in 5 minutes and 3 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
src/views/danger/dangerPatrol/recordPatrol/index.vue
src/views/danger/dangerPatrol/recordPatrol/index.vue
+4
-3
No files found.
src/views/danger/dangerPatrol/recordPatrol/index.vue
View file @
b10854f0
...
...
@@ -37,7 +37,7 @@
<van-col
span=
"10"
>
<span
class=
"record-time"
>
{{util.timestampToTime(item.endTime,'DT2',true)}}
</span>
</van-col>
<van-col
span=
"4"
class=
"cont-end record-status"
><span
v-if=
"item.result
==null
"
>
{{item.status|status}}
</span><span
v-else
class=
"record-status2"
>
已取消
</span></van-col>
<van-col
span=
"4"
class=
"cont-end record-status"
><span
v-if=
"item.result
!=true
"
>
{{item.status|status}}
</span><span
v-else
class=
"record-status2"
>
已取消
</span></van-col>
</van-row>
<!-- <van-row gutte>
<van-col span="12">开始时间: 09:30</van-col>
...
...
@@ -52,11 +52,11 @@
</van-row>
<van-row
gutter
>
<van-col
span=
"24"
v-if=
"item.result==null"
>
上报隐患: {{item.hdReportCount?item.hdReportCount:0}}
</van-col>
<van-col
span=
"24"
v-else
>
审批结果: {{item.result
}}
</van-col>
<van-col
span=
"24"
v-else
>
申请原因: {{item.approveContent?item.approveContent:''
}}
</van-col>
</van-row>
<van-row
gutter
>
<van-col
span=
"24"
v-if=
"item.result==null"
>
确认隐患: {{item.hdConfirmCount?item.hdConfirmCount:0}}
</van-col>
<van-col
span=
"24"
v-else
>
审批内容: {{item.approveContent?item.approveContent:'
'}}
</van-col>
<van-col
span=
"24"
v-else
>
申请结果: {{item.result==true?'同意':'不同意
'}}
</van-col>
</van-row>
<!-- 长按显示遮罩层 -->
<!-- :show="showIndex == index" -->
...
...
@@ -222,6 +222,7 @@ export default {
})
},
onSearch
(
val
)
{
this
.
page
=
1
this
.
loading
()
},
touchstart
(
item
)
{
...
...
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