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
295a98d9
Commit
295a98d9
authored
8 months ago
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
居民端小程序 1、图片查看组件替换
parent
41715179
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
29 additions
and
29 deletions
+29
-29
SecondDetail.vue
src/residentWX/screening/detail/SecondDetail.vue
+4
-4
AbnormalBloodLipidsDetail.vue
...tWX/visit/detail/components/AbnormalBloodLipidsDetail.vue
+4
-4
CerebralApoplexyDetail.vue
...dentWX/visit/detail/components/CerebralApoplexyDetail.vue
+4
-4
ChronicKidneyDiseaseDetail.vue
...WX/visit/detail/components/ChronicKidneyDiseaseDetail.vue
+4
-4
CopdDetail.vue
src/residentWX/visit/detail/components/CopdDetail.vue
+4
-4
CoronaryHeartDiseaseDetail.vue
...WX/visit/detail/components/CoronaryHeartDiseaseDetail.vue
+4
-4
DiabetesDetail.vue
src/residentWX/visit/detail/components/DiabetesDetail.vue
+0
-0
HypertensionDetail.vue
...residentWX/visit/detail/components/HypertensionDetail.vue
+5
-5
No files found.
src/residentWX/screening/detail/SecondDetail.vue
View file @
295a98d9
...
...
@@ -460,10 +460,8 @@
<
template
#
right-icon
>
<doc-icon
type=
'doc-down'
/>
</
template
>
<div
class=
'list gap-x-2.5 gap-y-1 flex items-center flex-wrap'
>
<div
v-for=
"(url, index) in info.informedConsentUrl"
:key=
"index"
>
<img
style=
'width: 1.47rem;height: 2.04rem'
:src=
"url.trueDownloadUrl"
/>
</div>
<div>
<image-preview
:img-list=
'info.informedConsentUrl'
></image-preview>
</div>
</van-collapse-item>
...
...
@@ -493,8 +491,10 @@ import { showNotify } from 'vant'
import
{
secondScreenDetail
}
from
'@/api/residentWX/screening.js'
import
{
useStore
}
from
'@/residentWX/store'
import
{
fetchDataHandle
}
from
'@/utils/common'
import
ImagePreview
from
'@/residentWX/components/imagePreview/imagePreview'
export
default
{
components
:
{
ImagePreview
},
inject
:[
'showNav'
],
data
()
{
return
{
...
...
This diff is collapsed.
Click to expand it.
src/residentWX/visit/detail/components/AbnormalBloodLipidsDetail.vue
View file @
295a98d9
...
...
@@ -322,10 +322,8 @@
<
template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
</
template
>
<div
class=
"list gap-x-2.5 gap-y-1 flex items-center flex-wrap"
>
<div
v-for=
"(url, index) in info.visitImageList"
:key=
"index"
>
<img
style=
"width: 1.47rem; height: 2.04rem"
:src=
"url.trueDownloadUrl"
/>
</div>
<div>
<image-preview
:img-list=
'info.visitImageList'
></image-preview>
</div>
</van-collapse-item>
<van-collapse-item
key=
"13"
title=
"下次随访日期"
name=
"13"
>
...
...
@@ -359,7 +357,9 @@
<
script
>
import
{
fetchDataHandle
}
from
'@/utils/common.js'
import
{
useStore
}
from
'@/resident/store/index.js'
import
ImagePreview
from
'@/residentWX/components/imagePreview/imagePreview'
export
default
{
components
:
{
ImagePreview
},
props
:
{
visitInfo
:
{
type
:
Object
,
...
...
This diff is collapsed.
Click to expand it.
src/residentWX/visit/detail/components/CerebralApoplexyDetail.vue
View file @
295a98d9
...
...
@@ -322,10 +322,8 @@
<
template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
</
template
>
<div
class=
"list gap-x-2.5 gap-y-1 flex items-center flex-wrap"
>
<div
v-for=
"(url, index) in info.visitImageList"
:key=
"index"
>
<img
style=
"width: 1.47rem; height: 2.04rem"
:src=
"url.trueDownloadUrl"
/>
</div>
<div>
<image-preview
:img-list=
'info.visitImageList'
></image-preview>
</div>
</van-collapse-item>
<van-collapse-item
key=
"13"
title=
"下次随访日期"
name=
"13"
>
...
...
@@ -359,7 +357,9 @@
<
script
>
import
{
fetchDataHandle
}
from
'@/utils/common.js'
import
{
useStore
}
from
'@/resident/store/index.js'
import
ImagePreview
from
'@/residentWX/components/imagePreview/imagePreview'
export
default
{
components
:
{
ImagePreview
},
props
:
{
visitInfo
:
{
type
:
Object
,
...
...
This diff is collapsed.
Click to expand it.
src/residentWX/visit/detail/components/ChronicKidneyDiseaseDetail.vue
View file @
295a98d9
...
...
@@ -322,10 +322,8 @@
<
template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
</
template
>
<div
class=
"list gap-x-2.5 gap-y-1 flex items-center flex-wrap"
>
<div
v-for=
"(url, index) in info.visitImageList"
:key=
"index"
>
<img
style=
"width: 1.47rem; height: 2.04rem"
:src=
"url.trueDownloadUrl"
/>
</div>
<div>
<image-preview
:img-list=
'info.visitImageList'
></image-preview>
</div>
</van-collapse-item>
<van-collapse-item
key=
"13"
title=
"下次随访日期"
name=
"13"
>
...
...
@@ -359,7 +357,9 @@
<
script
>
import
{
fetchDataHandle
}
from
'@/utils/common.js'
import
{
useStore
}
from
'@/resident/store/index.js'
import
ImagePreview
from
'@/residentWX/components/imagePreview/imagePreview'
export
default
{
components
:
{
ImagePreview
},
props
:
{
visitInfo
:
{
type
:
Object
,
...
...
This diff is collapsed.
Click to expand it.
src/residentWX/visit/detail/components/CopdDetail.vue
View file @
295a98d9
...
...
@@ -320,10 +320,8 @@
<
template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
</
template
>
<div
class=
"list gap-x-2.5 gap-y-1 flex items-center flex-wrap"
>
<div
v-for=
"(url, index) in info.visitImageList"
:key=
"index"
>
<img
style=
"width: 1.47rem; height: 2.04rem"
:src=
"url.trueDownloadUrl"
/>
</div>
<div>
<image-preview
:img-list=
'info.visitImageList'
></image-preview>
</div>
</van-collapse-item>
<van-collapse-item
key=
"13"
title=
"下次随访日期"
name=
"13"
>
...
...
@@ -357,7 +355,9 @@
<
script
>
import
{
fetchDataHandle
}
from
'@/utils/common.js'
import
{
useStore
}
from
'@/resident/store/index.js'
import
ImagePreview
from
'@/residentWX/components/imagePreview/imagePreview'
export
default
{
components
:
{
ImagePreview
},
props
:
{
visitInfo
:
{
type
:
Object
,
...
...
This diff is collapsed.
Click to expand it.
src/residentWX/visit/detail/components/CoronaryHeartDiseaseDetail.vue
View file @
295a98d9
...
...
@@ -322,10 +322,8 @@
<
template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
</
template
>
<div
class=
"list gap-x-2.5 gap-y-1 flex items-center flex-wrap"
>
<div
v-for=
"(url, index) in info.visitImageList"
:key=
"index"
>
<img
style=
"width: 1.47rem; height: 2.04rem"
:src=
"url.trueDownloadUrl"
/>
</div>
<div>
<image-preview
:img-list=
'info.visitImageList'
></image-preview>
</div>
</van-collapse-item>
<van-collapse-item
key=
"13"
title=
"下次随访日期"
name=
"13"
>
...
...
@@ -359,7 +357,9 @@
<
script
>
import
{
fetchDataHandle
}
from
'@/utils/common.js'
import
{
useStore
}
from
'@/resident/store/index.js'
import
ImagePreview
from
'@/residentWX/components/imagePreview/imagePreview'
export
default
{
components
:
{
ImagePreview
},
props
:
{
visitInfo
:
{
type
:
Object
,
...
...
This diff is collapsed.
Click to expand it.
src/residentWX/visit/detail/components/DiabetesDetail.vue
View file @
295a98d9
This diff is collapsed.
Click to expand it.
src/residentWX/visit/detail/components/HypertensionDetail.vue
View file @
295a98d9
...
...
@@ -12,7 +12,7 @@
</span>
</div>
<van-collapse
v-model
=
"activeCollapse"
ref=
"collapse"
class=
"doc-collapse"
@
change=
"collapseChange"
>
<van-collapse
:model-value
=
"activeCollapse"
ref=
"collapse"
class=
"doc-collapse"
@
change=
"collapseChange"
>
<van-collapse-item
key=
"1"
title=
"居民信息"
name=
"1"
>
<template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
...
...
@@ -360,10 +360,8 @@
<
template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
</
template
>
<div
class=
"list gap-x-2.5 gap-y-1 flex items-center flex-wrap"
>
<div
v-for=
"(url, index) in info.visitImageList"
:key=
"index"
>
<img
style=
"width: 1.47rem; height: 2.04rem"
:src=
"url.trueDownloadUrl"
/>
</div>
<div>
<image-preview
:img-list=
'info.visitImageList'
></image-preview>
</div>
</van-collapse-item>
<van-collapse-item
key=
"13"
title=
"下次随访日期"
name=
"13"
>
...
...
@@ -397,7 +395,9 @@
<
script
>
import
{
fetchDataHandle
}
from
'@/utils/common.js'
import
{
useStore
}
from
'@/resident/store/index.js'
import
ImagePreview
from
'@/residentWX/components/imagePreview/imagePreview'
export
default
{
components
:
{
ImagePreview
},
props
:
{
visitInfo
:
{
type
:
Object
,
...
...
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