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 }} +
+
+ +
+ + 初诊 + 复诊 + + 完诊 + 暂离 + 退费 + 处方单 + 办理住院 +