From 45a1a116fc4aba0bb7852376210e3241c27bc635 Mon Sep 17 00:00:00 2001 From: ChenQiuYu Date: Fri, 23 May 2025 11:53:32 +0800 Subject: [PATCH] dev --- src/components/outpatient/Case.vue | 11 +++++----- src/components/outpatient/DiseaseDetails.vue | 13 ++++++----- src/components/outpatient/MedicalHistory.vue | 23 +++++++++++++++----- src/views/charge/index.vue | 11 +++++++++- src/views/outpatient/index.vue | 9 ++++---- 5 files changed, 44 insertions(+), 23 deletions(-) diff --git a/src/components/outpatient/Case.vue b/src/components/outpatient/Case.vue index 34c3b62..6d5f54a 100644 --- a/src/components/outpatient/Case.vue +++ b/src/components/outpatient/Case.vue @@ -42,20 +42,20 @@ - + - + - + - + - + @@ -88,7 +88,6 @@ const props = defineProps({ } }) const formDate = defineModel(); -const modelType = ref(0) interface ShowConfig { label: string; diff --git a/src/components/outpatient/DiseaseDetails.vue b/src/components/outpatient/DiseaseDetails.vue index 2b57f60..1ca335f 100644 --- a/src/components/outpatient/DiseaseDetails.vue +++ b/src/components/outpatient/DiseaseDetails.vue @@ -3,23 +3,23 @@
病例
- +
+

诊断:{{ detailObj.diagnosisMedicalRecord.diagnosisSummary }}

主诉:{{ detailObj.diagnosisMedicalRecord.mainAppeal }}

现病:{{ detailObj.diagnosisMedicalRecord.nowMedicalHistory }}

既往:{{ detailObj.diagnosisMedicalRecord.beforeMedicalHistory }}

体查:{{ detailObj.diagnosisMedicalRecord.exam }}

复查:{{ detailObj.diagnosisMedicalRecord.allergy }}

过敏:{{ detailObj.diagnosisMedicalRecord.allergyHistory }}

-

诊断:{{ detailObj.diagnosisMedicalRecord.diagnosisSummary}}

处置:{{ detailObj.diagnosisMedicalRecord.treatment }}

服务项目
- +
@@ -41,7 +41,7 @@
药品耗材
- +
@@ -75,7 +75,7 @@