Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
songrui
frontend-h5
Commits
6a4762c6
Commit
6a4762c6
authored
Dec 18, 2024
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
居民端小程序 v1.2 1、通用随访详情 图片为空时显示 -
parent
87263009
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
Detail.vue
src/doctor/followUp/generalFU/detail/Detail.vue
+8
-2
No files found.
src/doctor/followUp/generalFU/detail/Detail.vue
View file @
6a4762c6
...
...
@@ -173,9 +173,12 @@
<
template
#
right-icon
>
<doc-icon
type=
'doc-down'
/>
</
template
>
<div>
<div
v-if=
'info.uploadVisitRecordImageList && info.uploadVisitRecordImageList.length'
>
<image-preview
:img-list=
'info.uploadVisitRecordImageList'
></image-preview>
</div>
<div
v-else
class=
'w-full'
style=
'text-align: right'
>
<span>
-
</span>
</div>
</van-collapse-item>
<van-collapse-item
key=
'11'
title=
'现场随访照片'
name=
'11'
>
<
template
#
right-icon
>
...
...
@@ -186,9 +189,12 @@
<img style='width: 1.47rem;height: 2.04rem' :src="url.trueDownloadUrl" />
</div>
</div>-->
<div>
<div
v-if=
'info.sceneVisitImageList && info.sceneVisitImageList.length'
>
<image-preview
:img-list=
'info.sceneVisitImageList'
></image-preview>
</div>
<div
v-else
class=
'w-full'
style=
'text-align: right'
>
<span>
-
</span>
</div>
</van-collapse-item>
<van-collapse-item
key=
'12'
title=
'推送渠道'
name=
'12'
v-if=
'info?.visitWayRules?.includes(2) || info?.visitWayRules?.includes(3) || info?.visitWayRules?.includes(4)'
>
...
...
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