Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuYingJiH5-ASD
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
xinzhedeai
GaoQuYingJiH5-ASD
Commits
b7fab257
Commit
b7fab257
authored
Jul 25, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:应急演练bug处理,检查记录最新标记显示
parent
b380f625
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
3 deletions
+6
-3
_checkrecord-all.html
src/_checkrecord-all.html
+2
-1
_peixun_yanlian_detail-anquan.css
src/_peixun_yanlian_detail-anquan.css
+1
-0
_peixun_yanlian_detail-anquan.html
src/_peixun_yanlian_detail-anquan.html
+1
-1
_peixun_yanlian_detail-yingji.css
src/_peixun_yanlian_detail-yingji.css
+1
-0
_peixun_yanlian_detail-yingji.html
src/_peixun_yanlian_detail-yingji.html
+1
-1
No files found.
src/_checkrecord-all.html
View file @
b7fab257
...
@@ -29,7 +29,8 @@
...
@@ -29,7 +29,8 @@
<van-list
v-model:loading=
"loading"
:offset=
"10"
:finished=
"finished"
finished-text=
"没有更多了"
@
load=
"getList"
:immediate-check=
"false"
>
<van-list
v-model:loading=
"loading"
:offset=
"10"
:finished=
"finished"
finished-text=
"没有更多了"
@
load=
"getList"
:immediate-check=
"false"
>
<van-cell
v-for=
"item in hazardList"
:key=
"item.id"
@
click=
"viewDetail(item.id)"
>
<van-cell
v-for=
"item in hazardList"
:key=
"item.id"
@
click=
"viewDetail(item.id)"
>
<!-- 商户角色专用 -->
<!-- 商户角色专用 -->
<div
style=
"width: 100%;"
v-if=
"userType=='shop'"
>
<div
style=
"width: 100%;position: relative;"
v-if=
"userType=='shop'"
>
<div
class=
"reminder-badge"
v-if=
"item.msgFlag"
>
新
</div>
<!-- 第一行:隐患描述 -->
<!-- 第一行:隐患描述 -->
<div
style=
"
<div
style=
"
white-space: nowrap;
white-space: nowrap;
...
...
src/_peixun_yanlian_detail-anquan.css
View file @
b7fab257
...
@@ -355,4 +355,5 @@ select:disabled {
...
@@ -355,4 +355,5 @@ select:disabled {
gap
:
.16rem
;
gap
:
.16rem
;
margin-top
:
0.25rem
;
margin-top
:
0.25rem
;
margin-bottom
:
0.15rem
;
margin-bottom
:
0.15rem
;
flex-wrap
:
wrap
;
}
}
\ No newline at end of file
src/_peixun_yanlian_detail-anquan.html
View file @
b7fab257
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
<div
style=
"position: relative;"
v-for=
"(imgItem, index) in formData.images"
>
<div
style=
"position: relative;"
v-for=
"(imgItem, index) in formData.images"
>
<img
:src=
"previewUrl + imgItem"
style=
"width: 1.6rem; height: 1.6rem;"
<img
:src=
"previewUrl + imgItem"
style=
"width: 1.6rem; height: 1.6rem;"
@
click=
"showImage(formData.images, index)"
/>
@
click=
"showImage(formData.images, index)"
/>
<div
v-if=
"flag=='
XG
'"
class=
"van-uploader__preview-delete"
<div
v-if=
"flag=='
ADD
'"
class=
"van-uploader__preview-delete"
@
click=
"handleDeleteFloorPlan(index, 'floorPlan')"
><i
@
click=
"handleDeleteFloorPlan(index, 'floorPlan')"
><i
class=
"van-icon van-icon-cross van-uploader__preview-delete-icon"
></i></div>
class=
"van-icon van-icon-cross van-uploader__preview-delete-icon"
></i></div>
</div>
</div>
...
...
src/_peixun_yanlian_detail-yingji.css
View file @
b7fab257
...
@@ -355,4 +355,5 @@ select:disabled {
...
@@ -355,4 +355,5 @@ select:disabled {
gap
:
.16rem
;
gap
:
.16rem
;
margin-top
:
0.25rem
;
margin-top
:
0.25rem
;
margin-bottom
:
0.15rem
;
margin-bottom
:
0.15rem
;
flex-wrap
:
wrap
;
}
}
\ No newline at end of file
src/_peixun_yanlian_detail-yingji.html
View file @
b7fab257
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
<div
style=
"position: relative;"
v-for=
"(imgItem, index) in formData.images"
>
<div
style=
"position: relative;"
v-for=
"(imgItem, index) in formData.images"
>
<img
:src=
"previewUrl + imgItem"
style=
"width: 1.6rem; height: 1.6rem;"
<img
:src=
"previewUrl + imgItem"
style=
"width: 1.6rem; height: 1.6rem;"
@
click=
"showImage(formData.images, index)"
/>
@
click=
"showImage(formData.images, index)"
/>
<div
v-if=
"flag=='
XG
'"
class=
"van-uploader__preview-delete"
<div
v-if=
"flag=='
ADD
'"
class=
"van-uploader__preview-delete"
@
click=
"handleDeleteFloorPlan(index, 'floorPlan')"
><i
@
click=
"handleDeleteFloorPlan(index, 'floorPlan')"
><i
class=
"van-icon van-icon-cross van-uploader__preview-delete-icon"
></i></div>
class=
"van-icon van-icon-cross van-uploader__preview-delete-icon"
></i></div>
</div>
</div>
...
...
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