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
fdc8f681
Commit
fdc8f681
authored
Nov 09, 2021
by
薄玉虎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改隐患详情页隐患认定节点显示多次认定信息
parent
658d7065
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
src/views/danger/standBook/normalDetail.vue
src/views/danger/standBook/normalDetail.vue
+11
-7
No files found.
src/views/danger/standBook/normalDetail.vue
View file @
fdc8f681
...
...
@@ -123,30 +123,34 @@
</div>
</div>
<div
class=
"confirm-wrap"
v-if=
"hdConfirm"
>
<div
class=
"confirm-wrap"
v-if=
"hdConfirm
.length > 0
"
>
<p>
隐患认定
</p>
<van-cell-group
inset
>
<van-cell-group
inset
v-for=
"(item, index) in hdConfirm"
:key=
"index"
>
<van-row
gutter=
""
>
<van-col
span=
"7"
><span
class=
"field-title"
>
隐患整改人:
</span></van-col
>
<van-col
span=
"17"
>
{{
hdConfir
m
.
rectificationUser
}}
</van-col>
<van-col
span=
"17"
>
{{
ite
m
.
rectificationUser
}}
</van-col>
</van-row>
<van-row
gutter=
""
>
<van-col
span=
"7"
><span
class=
"field-title"
>
隐患复查人:
</span></van-col
>
<van-col
span=
"17"
>
{{
hdConfir
m
.
rectificationReview
}}
</van-col>
<van-col
span=
"17"
>
{{
ite
m
.
rectificationReview
}}
</van-col>
</van-row>
<van-row
gutter=
""
>
<van-col
span=
"7"
><span
class=
"field-title"
>
整改截止时间:
</span></van-col
>
<van-col
span=
"17"
>
{{
hdConfir
m
.
endTime
}}
</van-col>
<van-col
span=
"17"
>
{{
ite
m
.
endTime
}}
</van-col>
</van-row>
<van-row
gutter=
""
>
<van-col
span=
"7"
><span
class=
"field-title"
>
意见:
</span></van-col>
<van-col
span=
"17"
>
{{
hdConfir
m
.
confirmOpinion
}}
</van-col>
<van-col
span=
"17"
>
{{
ite
m
.
confirmOpinion
}}
</van-col>
</van-row>
<!--
<div
v-show=
"confirmOpen"
>
hdMajorApproveList
...
...
@@ -451,7 +455,7 @@ export default {
majorOpenText
:
"
展开 ▼
"
,
hdReport
:
""
,
hdConfirm
:
""
,
hdConfirm
:
[]
,
hdMajorApproveList
:
[],
// 重大隐患审批
beifenhdMajorList
:
[],
hdRectificationList
:
[],
...
...
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