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
6aebe402
Commit
6aebe402
authored
Jun 05, 2025
by
lei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:图片预览问题
parent
d686a609
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1002 additions
and
870 deletions
+1002
-870
_check_info.html
src/_check_info.html
+4
-2
_check_info.js
src/_check_info.js
+114
-106
_shanghu_detail-edit.html
src/_shanghu_detail-edit.html
+440
-325
_shanghu_detail-edit.js
src/_shanghu_detail-edit.js
+444
-437
No files found.
src/_check_info.html
View file @
6aebe402
...
...
@@ -135,11 +135,12 @@
<van-cell>
<span
class=
""
>
隐患图片:
</span>
<div>
<
ImagePreview
<
img
v-for=
"(imgItem, subIndex) in item.hiddenImageUrlList"
:src=
"imgItem"
alt=
""
style=
"width: 1.2rem; height: 1.2rem; margin-right: 0.2rem"
@
click=
"showImage(item.hiddenImageUrlList,subIndex)"
/>
</div>
</van-cell>
...
...
@@ -148,11 +149,12 @@
<van-cell
><span
class=
""
>
整改情况:
</span>
<div>
<
ImagePreview
<
img
v-for=
"(imgItem, subIndex) in item.rectificationImageUrlList"
:src=
"imgItem"
alt=
""
style=
"width: 1.2rem; height: 1.2rem; margin-right: 0.2rem"
@
click=
"showImage(item.rectificationImageUrlList,subIndex)"
/>
</div>
</van-cell>
...
...
src/_check_info.js
View file @
6aebe402
This diff is collapsed.
Click to expand it.
src/_shanghu_detail-edit.html
View file @
6aebe402
This diff is collapsed.
Click to expand it.
src/_shanghu_detail-edit.js
View file @
6aebe402
This diff is collapsed.
Click to expand it.
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