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
25f79826
Commit
25f79826
authored
Nov 07, 2024
by
Lowry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
专病随访问题修改
parent
318f12be
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
150 additions
and
33 deletions
+150
-33
AbnormalBloodLipidsDetail.vue
...tWX/visit/detail/components/AbnormalBloodLipidsDetail.vue
+21
-4
CerebralApoplexyDetail.vue
...dentWX/visit/detail/components/CerebralApoplexyDetail.vue
+21
-4
ChronicKidneyDiseaseDetail.vue
...WX/visit/detail/components/ChronicKidneyDiseaseDetail.vue
+21
-4
CopdDetail.vue
src/residentWX/visit/detail/components/CopdDetail.vue
+21
-4
CoronaryHeartDiseaseDetail.vue
...WX/visit/detail/components/CoronaryHeartDiseaseDetail.vue
+21
-4
DiabetesDetail.vue
src/residentWX/visit/detail/components/DiabetesDetail.vue
+21
-6
HypertensionDetail.vue
...residentWX/visit/detail/components/HypertensionDetail.vue
+21
-4
vue.config.js
vue.config.js
+3
-3
No files found.
src/residentWX/visit/detail/components/AbnormalBloodLipidsDetail.vue
View file @
25f79826
...
@@ -192,7 +192,15 @@
...
@@ -192,7 +192,15 @@
<
template
#
right-icon
>
<
template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
<doc-icon
type=
"doc-down"
/>
</
template
>
</
template
>
<div
v-for=
"(x, xIndex) in info.diagnoseInfoList"
:key=
"xIndex"
>
<div
class=
"list"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
目前诊断
</span>
<span
class=
"text-end"
>
{{ info.currentDiagnosisName || '-' }}
</span>
</div>
</div>
<!-- <div v-for="(x, xIndex) in info.diagnoseInfoList" :key="xIndex">
<div style="color: #262626">
<div style="color: #262626">
{{ (store.getDict('CP00086').find(e => e.value === x.currentDiagnoseType)).name }}
{{ (store.getDict('CP00086').find(e => e.value === x.currentDiagnoseType)).name }}
</div>
</div>
...
@@ -256,7 +264,7 @@
...
@@ -256,7 +264,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
</van-collapse-item>
</van-collapse-item>
<van-collapse-item
key=
"10"
title=
"用药情况"
name=
"10"
>
<van-collapse-item
key=
"10"
title=
"用药情况"
name=
"10"
>
<
template
#
right-icon
>
<
template
#
right-icon
>
...
@@ -293,14 +301,18 @@
...
@@ -293,14 +301,18 @@
</
template
>
</
template
>
<div
class=
"list"
>
<div
class=
"list"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊
</span>
<span
class=
"text-end"
>
{{ info.isReferralName }}
</span>
</div>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊原因
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊原因
</span>
<span
class=
"text-end"
>
{{ info.referralReason }}
</span>
<span
class=
"text-end"
>
{{ info.referralReason }}
</span>
</div>
</div>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊机构
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊机构
</span>
<span
class=
"text-end"
>
{{ info.referralUnitName }}
</span>
<span
class=
"text-end"
>
{{ info.referralUnitName }}
</span>
</div>
</div>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊科室
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊科室
</span>
<span
class=
"text-end"
>
{{ info.referralOfficeName }}
</span>
<span
class=
"text-end"
>
{{ info.referralOfficeName }}
</span>
</div>
</div>
...
@@ -310,6 +322,11 @@
...
@@ -310,6 +322,11 @@
<
template
#
right-icon
>
<
template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
<doc-icon
type=
"doc-down"
/>
</
template
>
</
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>
</van-collapse-item>
</van-collapse-item>
<van-collapse-item
key=
"13"
title=
"下次随访日期"
name=
"13"
>
<van-collapse-item
key=
"13"
title=
"下次随访日期"
name=
"13"
>
<
template
#
right-icon
>
<
template
#
right-icon
>
...
...
src/residentWX/visit/detail/components/CerebralApoplexyDetail.vue
View file @
25f79826
...
@@ -192,7 +192,15 @@
...
@@ -192,7 +192,15 @@
<
template
#
right-icon
>
<
template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
<doc-icon
type=
"doc-down"
/>
</
template
>
</
template
>
<div
v-for=
"(x, xIndex) in info.diagnoseInfoList"
:key=
"xIndex"
>
<div
class=
"list"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
目前诊断
</span>
<span
class=
"text-end"
>
{{ info.currentDiagnosisName || '-' }}
</span>
</div>
</div>
<!-- <div v-for="(x, xIndex) in info.diagnoseInfoList" :key="xIndex">
<div style="color: #262626">
<div style="color: #262626">
{{ (store.getDict('CP00086').find(e => e.value === x.currentDiagnoseType)).name }}
{{ (store.getDict('CP00086').find(e => e.value === x.currentDiagnoseType)).name }}
</div>
</div>
...
@@ -256,7 +264,7 @@
...
@@ -256,7 +264,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
</van-collapse-item>
</van-collapse-item>
<van-collapse-item
key=
"10"
title=
"用药情况"
name=
"10"
>
<van-collapse-item
key=
"10"
title=
"用药情况"
name=
"10"
>
<
template
#
right-icon
>
<
template
#
right-icon
>
...
@@ -293,14 +301,18 @@
...
@@ -293,14 +301,18 @@
</
template
>
</
template
>
<div
class=
"list"
>
<div
class=
"list"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊
</span>
<span
class=
"text-end"
>
{{ info.isReferralName }}
</span>
</div>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊原因
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊原因
</span>
<span
class=
"text-end"
>
{{ info.referralReason }}
</span>
<span
class=
"text-end"
>
{{ info.referralReason }}
</span>
</div>
</div>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊机构
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊机构
</span>
<span
class=
"text-end"
>
{{ info.referralUnitName }}
</span>
<span
class=
"text-end"
>
{{ info.referralUnitName }}
</span>
</div>
</div>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊科室
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊科室
</span>
<span
class=
"text-end"
>
{{ info.referralOfficeName }}
</span>
<span
class=
"text-end"
>
{{ info.referralOfficeName }}
</span>
</div>
</div>
...
@@ -310,6 +322,11 @@
...
@@ -310,6 +322,11 @@
<
template
#
right-icon
>
<
template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
<doc-icon
type=
"doc-down"
/>
</
template
>
</
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>
</van-collapse-item>
</van-collapse-item>
<van-collapse-item
key=
"13"
title=
"下次随访日期"
name=
"13"
>
<van-collapse-item
key=
"13"
title=
"下次随访日期"
name=
"13"
>
<
template
#
right-icon
>
<
template
#
right-icon
>
...
...
src/residentWX/visit/detail/components/ChronicKidneyDiseaseDetail.vue
View file @
25f79826
...
@@ -192,7 +192,15 @@
...
@@ -192,7 +192,15 @@
<
template
#
right-icon
>
<
template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
<doc-icon
type=
"doc-down"
/>
</
template
>
</
template
>
<div
v-for=
"(x, xIndex) in info.diagnoseInfoList"
:key=
"xIndex"
>
<div
class=
"list"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
目前诊断
</span>
<span
class=
"text-end"
>
{{ info.currentDiagnosisName || '-' }}
</span>
</div>
</div>
<!-- <div v-for="(x, xIndex) in info.diagnoseInfoList" :key="xIndex">
<div style="color: #262626">
<div style="color: #262626">
{{ (store.getDict('CP00086').find(e => e.value === x.currentDiagnoseType)).name }}
{{ (store.getDict('CP00086').find(e => e.value === x.currentDiagnoseType)).name }}
</div>
</div>
...
@@ -256,7 +264,7 @@
...
@@ -256,7 +264,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
</van-collapse-item>
</van-collapse-item>
<van-collapse-item
key=
"10"
title=
"用药情况"
name=
"10"
>
<van-collapse-item
key=
"10"
title=
"用药情况"
name=
"10"
>
<
template
#
right-icon
>
<
template
#
right-icon
>
...
@@ -293,14 +301,18 @@
...
@@ -293,14 +301,18 @@
</
template
>
</
template
>
<div
class=
"list"
>
<div
class=
"list"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊
</span>
<span
class=
"text-end"
>
{{ info.isReferralName }}
</span>
</div>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊原因
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊原因
</span>
<span
class=
"text-end"
>
{{ info.referralReason }}
</span>
<span
class=
"text-end"
>
{{ info.referralReason }}
</span>
</div>
</div>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊机构
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊机构
</span>
<span
class=
"text-end"
>
{{ info.referralUnitName }}
</span>
<span
class=
"text-end"
>
{{ info.referralUnitName }}
</span>
</div>
</div>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊科室
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊科室
</span>
<span
class=
"text-end"
>
{{ info.referralOfficeName }}
</span>
<span
class=
"text-end"
>
{{ info.referralOfficeName }}
</span>
</div>
</div>
...
@@ -310,6 +322,11 @@
...
@@ -310,6 +322,11 @@
<
template
#
right-icon
>
<
template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
<doc-icon
type=
"doc-down"
/>
</
template
>
</
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>
</van-collapse-item>
</van-collapse-item>
<van-collapse-item
key=
"13"
title=
"下次随访日期"
name=
"13"
>
<van-collapse-item
key=
"13"
title=
"下次随访日期"
name=
"13"
>
<
template
#
right-icon
>
<
template
#
right-icon
>
...
...
src/residentWX/visit/detail/components/CopdDetail.vue
View file @
25f79826
...
@@ -190,7 +190,15 @@
...
@@ -190,7 +190,15 @@
<
template
#
right-icon
>
<
template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
<doc-icon
type=
"doc-down"
/>
</
template
>
</
template
>
<div
v-for=
"(x, xIndex) in info.diagnoseInfoList"
:key=
"xIndex"
>
<div
class=
"list"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
目前诊断
</span>
<span
class=
"text-end"
>
{{ info.currentDiagnosisName || '-' }}
</span>
</div>
</div>
<!-- <div v-for="(x, xIndex) in info.diagnoseInfoList" :key="xIndex">
<div style="color: #262626">
<div style="color: #262626">
{{ (store.getDict('CP00086').find(e => e.value === x.currentDiagnoseType)).name }}
{{ (store.getDict('CP00086').find(e => e.value === x.currentDiagnoseType)).name }}
</div>
</div>
...
@@ -254,7 +262,7 @@
...
@@ -254,7 +262,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
</van-collapse-item>
</van-collapse-item>
<van-collapse-item
key=
"10"
title=
"用药情况"
name=
"10"
>
<van-collapse-item
key=
"10"
title=
"用药情况"
name=
"10"
>
<
template
#
right-icon
>
<
template
#
right-icon
>
...
@@ -291,14 +299,18 @@
...
@@ -291,14 +299,18 @@
</
template
>
</
template
>
<div
class=
"list"
>
<div
class=
"list"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊
</span>
<span
class=
"text-end"
>
{{ info.isReferralName }}
</span>
</div>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊原因
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊原因
</span>
<span
class=
"text-end"
>
{{ info.referralReason }}
</span>
<span
class=
"text-end"
>
{{ info.referralReason }}
</span>
</div>
</div>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊机构
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊机构
</span>
<span
class=
"text-end"
>
{{ info.referralUnitName }}
</span>
<span
class=
"text-end"
>
{{ info.referralUnitName }}
</span>
</div>
</div>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊科室
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊科室
</span>
<span
class=
"text-end"
>
{{ info.referralOfficeName }}
</span>
<span
class=
"text-end"
>
{{ info.referralOfficeName }}
</span>
</div>
</div>
...
@@ -308,6 +320,11 @@
...
@@ -308,6 +320,11 @@
<
template
#
right-icon
>
<
template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
<doc-icon
type=
"doc-down"
/>
</
template
>
</
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>
</van-collapse-item>
</van-collapse-item>
<van-collapse-item
key=
"13"
title=
"下次随访日期"
name=
"13"
>
<van-collapse-item
key=
"13"
title=
"下次随访日期"
name=
"13"
>
<
template
#
right-icon
>
<
template
#
right-icon
>
...
...
src/residentWX/visit/detail/components/CoronaryHeartDiseaseDetail.vue
View file @
25f79826
...
@@ -192,7 +192,15 @@
...
@@ -192,7 +192,15 @@
<
template
#
right-icon
>
<
template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
<doc-icon
type=
"doc-down"
/>
</
template
>
</
template
>
<div
v-for=
"(x, xIndex) in info.diagnoseInfoList"
:key=
"xIndex"
>
<div
class=
"list"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
目前诊断
</span>
<span
class=
"text-end"
>
{{ info.currentDiagnosisName || '-' }}
</span>
</div>
</div>
<!-- <div v-for="(x, xIndex) in info.diagnoseInfoList" :key="xIndex">
<div style="color: #262626">
<div style="color: #262626">
{{ (store.getDict('CP00086').find(e => e.value === x.currentDiagnoseType)).name }}
{{ (store.getDict('CP00086').find(e => e.value === x.currentDiagnoseType)).name }}
</div>
</div>
...
@@ -256,7 +264,7 @@
...
@@ -256,7 +264,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
</van-collapse-item>
</van-collapse-item>
<van-collapse-item
key=
"10"
title=
"用药情况"
name=
"10"
>
<van-collapse-item
key=
"10"
title=
"用药情况"
name=
"10"
>
<
template
#
right-icon
>
<
template
#
right-icon
>
...
@@ -293,14 +301,18 @@
...
@@ -293,14 +301,18 @@
</
template
>
</
template
>
<div
class=
"list"
>
<div
class=
"list"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊
</span>
<span
class=
"text-end"
>
{{ info.isReferralName }}
</span>
</div>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊原因
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊原因
</span>
<span
class=
"text-end"
>
{{ info.referralReason }}
</span>
<span
class=
"text-end"
>
{{ info.referralReason }}
</span>
</div>
</div>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊机构
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊机构
</span>
<span
class=
"text-end"
>
{{ info.referralUnitName }}
</span>
<span
class=
"text-end"
>
{{ info.referralUnitName }}
</span>
</div>
</div>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊科室
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊科室
</span>
<span
class=
"text-end"
>
{{ info.referralOfficeName }}
</span>
<span
class=
"text-end"
>
{{ info.referralOfficeName }}
</span>
</div>
</div>
...
@@ -310,6 +322,11 @@
...
@@ -310,6 +322,11 @@
<
template
#
right-icon
>
<
template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
<doc-icon
type=
"doc-down"
/>
</
template
>
</
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>
</van-collapse-item>
</van-collapse-item>
<van-collapse-item
key=
"13"
title=
"下次随访日期"
name=
"13"
>
<van-collapse-item
key=
"13"
title=
"下次随访日期"
name=
"13"
>
<
template
#
right-icon
>
<
template
#
right-icon
>
...
...
src/residentWX/visit/detail/components/DiabetesDetail.vue
View file @
25f79826
...
@@ -219,7 +219,15 @@
...
@@ -219,7 +219,15 @@
<
template
#
right-icon
>
<
template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
<doc-icon
type=
"doc-down"
/>
</
template
>
</
template
>
<div
v-for=
"(x, xIndex) in info.diagnoseInfoList"
:key=
"xIndex"
>
<div
class=
"list"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
目前诊断
</span>
<span
class=
"text-end"
>
{{ info.currentDiagnosisName || '-' }}
</span>
</div>
</div>
<!-- <div v-for="(x, xIndex) in info.diagnoseInfoList" :key="xIndex">
<div style="color: #262626">
<div style="color: #262626">
{{ (store.getDict('CP00086').find(e => e.value === x.currentDiagnoseType)).name }}
{{ (store.getDict('CP00086').find(e => e.value === x.currentDiagnoseType)).name }}
</div>
</div>
...
@@ -283,7 +291,7 @@
...
@@ -283,7 +291,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
</van-collapse-item>
</van-collapse-item>
<van-collapse-item
key=
"11"
title=
"用药情况"
name=
"11"
>
<van-collapse-item
key=
"11"
title=
"用药情况"
name=
"11"
>
<
template
#
right-icon
>
<
template
#
right-icon
>
...
@@ -341,14 +349,18 @@
...
@@ -341,14 +349,18 @@
</
template
>
</
template
>
<div
class=
"list"
>
<div
class=
"list"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊
</span>
<span
class=
"text-end"
>
{{ info.isReferralName }}
</span>
</div>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊原因
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊原因
</span>
<span
class=
"text-end"
>
{{ info.referralReason }}
</span>
<span
class=
"text-end"
>
{{ info.referralReason }}
</span>
</div>
</div>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊机构
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊机构
</span>
<span
class=
"text-end"
>
{{ info.referralUnitName }}
</span>
<span
class=
"text-end"
>
{{ info.referralUnitName }}
</span>
</div>
</div>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊科室
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊科室
</span>
<span
class=
"text-end"
>
{{ info.referralOfficeName }}
</span>
<span
class=
"text-end"
>
{{ info.referralOfficeName }}
</span>
</div>
</div>
...
@@ -358,6 +370,11 @@
...
@@ -358,6 +370,11 @@
<
template
#
right-icon
>
<
template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
<doc-icon
type=
"doc-down"
/>
</
template
>
</
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>
</van-collapse-item>
</van-collapse-item>
<van-collapse-item
key=
"14"
title=
"下次随访日期"
name=
"14"
>
<van-collapse-item
key=
"14"
title=
"下次随访日期"
name=
"14"
>
<
template
#
right-icon
>
<
template
#
right-icon
>
...
@@ -485,7 +502,6 @@ export default {
...
@@ -485,7 +502,6 @@ export default {
this
.
medicateCase
=
JSON
.
parse
(
medicateCase
)
this
.
medicateCase
=
JSON
.
parse
(
medicateCase
)
// 胰岛素用量处理
// 胰岛素用量处理
this
.
insulinDosage
=
JSON
.
parse
(
insulinDosage
)
this
.
insulinDosage
=
JSON
.
parse
(
insulinDosage
)
console
.
log
(
2
,
form
)
},
},
// 全部展开、收起
// 全部展开、收起
toggleAll
()
{
toggleAll
()
{
...
@@ -512,7 +528,6 @@ export default {
...
@@ -512,7 +528,6 @@ export default {
watch
:
{
watch
:
{
visitInfo
:
{
visitInfo
:
{
handler
()
{
handler
()
{
console
.
log
(
1
,
this
.
visitInfo
)
this
.
dataHandle
()
this
.
dataHandle
()
}
}
}
}
...
...
src/residentWX/visit/detail/components/HypertensionDetail.vue
View file @
25f79826
...
@@ -233,7 +233,15 @@
...
@@ -233,7 +233,15 @@
<
template
#
right-icon
>
<
template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
<doc-icon
type=
"doc-down"
/>
</
template
>
</
template
>
<div
v-for=
"(x, xIndex) in info.diagnoseInfoList"
:key=
"xIndex"
>
<div
class=
"list"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
目前诊断
</span>
<span
class=
"text-end"
>
{{ info.currentDiagnosisName || '-' }}
</span>
</div>
</div>
<!-- <div v-for="(x, xIndex) in info.diagnoseInfoList" :key="xIndex">
<div style="color: #262626">
<div style="color: #262626">
{{ (store.getDict('CP00086').find(e => e.value === x.currentDiagnoseType)).name }}
{{ (store.getDict('CP00086').find(e => e.value === x.currentDiagnoseType)).name }}
</div>
</div>
...
@@ -297,7 +305,7 @@
...
@@ -297,7 +305,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
</van-collapse-item>
</van-collapse-item>
<van-collapse-item
key=
"10"
title=
"用药情况"
name=
"10"
>
<van-collapse-item
key=
"10"
title=
"用药情况"
name=
"10"
>
<
template
#
right-icon
>
<
template
#
right-icon
>
...
@@ -331,14 +339,18 @@
...
@@ -331,14 +339,18 @@
</
template
>
</
template
>
<div
class=
"list"
>
<div
class=
"list"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊
</span>
<span
class=
"text-end"
>
{{ info.isReferralName }}
</span>
</div>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊原因
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊原因
</span>
<span
class=
"text-end"
>
{{ info.referralReason }}
</span>
<span
class=
"text-end"
>
{{ info.referralReason }}
</span>
</div>
</div>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊机构
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊机构
</span>
<span
class=
"text-end"
>
{{ info.referralUnitName }}
</span>
<span
class=
"text-end"
>
{{ info.referralUnitName }}
</span>
</div>
</div>
<div
class=
"flex justify-between py-1 border-bottom item"
>
<div
v-if=
"info.isReferral === 1"
class=
"flex justify-between py-1 border-bottom item"
>
<span
class=
"shrink-0 mr-2 label"
>
转诊科室
</span>
<span
class=
"shrink-0 mr-2 label"
>
转诊科室
</span>
<span
class=
"text-end"
>
{{ info.referralOfficeName }}
</span>
<span
class=
"text-end"
>
{{ info.referralOfficeName }}
</span>
</div>
</div>
...
@@ -348,6 +360,11 @@
...
@@ -348,6 +360,11 @@
<
template
#
right-icon
>
<
template
#
right-icon
>
<doc-icon
type=
"doc-down"
/>
<doc-icon
type=
"doc-down"
/>
</
template
>
</
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>
</van-collapse-item>
</van-collapse-item>
<van-collapse-item
key=
"13"
title=
"下次随访日期"
name=
"13"
>
<van-collapse-item
key=
"13"
title=
"下次随访日期"
name=
"13"
>
<
template
#
right-icon
>
<
template
#
right-icon
>
...
...
vue.config.js
View file @
25f79826
...
@@ -39,11 +39,11 @@ module.exports = defineConfig({
...
@@ -39,11 +39,11 @@ module.exports = defineConfig({
}
}
},
},
'/chronic-resident'
:
{
'/chronic-resident'
:
{
target
:
'http://192.168.1.200:8903'
,
//
target: 'http://192.168.1.200:8903',
//
target: 'https://beta-tumour.zmnyjk.com',
target
:
'https://beta-tumour.zmnyjk.com'
,
changOrigin
:
true
,
changOrigin
:
true
,
pathRewrite
:
{
pathRewrite
:
{
'^/chronic-resident'
:
'/'
'^/chronic-resident'
:
'/
chronic-resident
'
}
}
}
}
},
},
...
...
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