From fcb1d771f488fde2cd555b4a19308abd9aeaf3e7 Mon Sep 17 00:00:00 2001 From: HuangXinQuan Date: Wed, 4 Mar 2026 15:27:10 +0800 Subject: [PATCH] =?UTF-8?q?151=20=E9=97=A8=E8=AF=8A=E5=8C=BB=E7=94=9F?= =?UTF-8?q?=E7=AB=99=E7=9A=84=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E9=87=8D=E5=8F=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/diagnosis/diagnosis.vue | 8 +- .../src/views/doctorstation/index.vue | 83 ++++++++----------- 2 files changed, 37 insertions(+), 54 deletions(-) diff --git a/openhis-ui-vue3/src/views/doctorstation/components/diagnosis/diagnosis.vue b/openhis-ui-vue3/src/views/doctorstation/components/diagnosis/diagnosis.vue index f6dbd040..b8ecafa6 100644 --- a/openhis-ui-vue3/src/views/doctorstation/components/diagnosis/diagnosis.vue +++ b/openhis-ui-vue3/src/views/doctorstation/components/diagnosis/diagnosis.vue @@ -100,7 +100,7 @@
-
- - - {{ - Object.keys(patientInfo).length !== 0 - ? patientInfo.patientName + - ' / ' + - patientInfo.age + - ' / ' + - patientInfo.genderEnum_enumText + - ' / ' + - (patientInfo?.contractName ? patientInfo.contractName : '') + - '/' + - patientInfo.phone + - '/' + - patientInfo.busNo - : '-' - }} - - - {{ Object.keys(patientInfo).length !== 0 ? formatDate(patientInfo.registerTime) : '-' }} - - - {{ userStore.nickName }} - - - - 初诊 - 复诊 - - - 完诊 - - - 暂离 - - - 退费 - - - 处方单 - - - 办理住院 - - +
+
+
+ 患者信息: + + {{ + Object.keys(patientInfo).length !== 0 + ? patientInfo.patientName + ' / ' + patientInfo.age + ' / ' + patientInfo.genderEnum_enumText + ' / ' + (patientInfo?.contractName ? patientInfo.contractName : '') + '/' + patientInfo.phone + '/' + patientInfo.busNo + : '-' + }} + +
+
+ 挂号时间: + {{ Object.keys(patientInfo).length !== 0 ? formatDate(patientInfo.registerTime) : '-' }} +
+
+ 医生: + {{ userStore.nickName }} +
+
+ +
+ + 初诊 + 复诊 + + 完诊 + 暂离 + 退费 + 处方单 + 办理住院 +