From 39dd2180cd283514c9e2ab43cadccc4155a3b1aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Tue, 9 Apr 2024 13:15:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/components/visitRecords.vue | 48 +++++++------------- 1 file changed, 16 insertions(+), 32 deletions(-) diff --git a/src/views/manage/components/visitRecords.vue b/src/views/manage/components/visitRecords.vue index 4bed5d4..512aa2f 100644 --- a/src/views/manage/components/visitRecords.vue +++ b/src/views/manage/components/visitRecords.vue @@ -35,7 +35,8 @@ @click="clickrecord(0)"> 入院记录 -
出院记录 +
+ 出院记录
@@ -47,34 +48,17 @@
-
-

婚姻史:{{ recordlist.maritalHistory }}

-

个人史:{{ recordlist.personalHistory }}

-

月经生育史:{{ recordlist.menstrualFertilityHistory }}

-

现病史:{{ recordlist.presentIllnessHistory }}

-

家族史:{{ recordlist.familyHistory }}

-

既往史:{{ recordlist.pastHistory }}

+
+

{{ categoryItem.inHospitalInfo }}

-
-

入院诊断:{{ recordlist.admissionDiagnosis }}

-

入院情况:{{ recordlist.admissionSituation }}

-

诊疗经过:{{ recordlist.diagnosisTreatmentProcess }}

-

出院诊断:{{ recordlist.dischargeDiagnosis }}

-

出院情况:{{ recordlist.dischargeStatus }}

-

出院医嘱:{{ recordlist.dischargeOrder }}

+
+

{{ categoryItem.ouHospitalInfo }}

-
-

手术名称:{{ recordlist.operationName }}

-

手术日期:{{ recordlist.operationDate }}

-

手术麻醉方式:{{ - recordlist.operationAnesthesiaWay == 'GENERAL_ANESTHESIA' ? '全身麻醉' : - recordlist.operationAnesthesiaWay == 'LOCAL_ANESTHESIA' ? '局部麻醉' : '' }} -

-

手术入路:{{ recordlist.operationApproach }}

-

手术方式:{{ recordlist.operationWay }}

+
+

{{ categoryItem.surgicalRecord }}

-

{{ categoryItem.inhospitalInfo }}

+

{{ categoryItem.inHospitalInfo }}

@@ -133,13 +117,13 @@ export default { //点击右侧三个记录 clickrecord(index) { this.recordindex = index - if (index == 0) { - this.InRecordinfo(); - } else if (index == 1) { - this.OutRecordinfo(); - } else if (index == 2) { - this.OperationRecordinfo(); - } + // if (index == 0) { + // this.InRecordinfo(); + // } else if (index == 1) { + // this.OutRecordinfo(); + // } else if (index == 2) { + // this.OperationRecordinfo(); + // } }, //点击左侧item clickcategory(item, index) {