患者信息管理

This commit is contained in:
shidongli 2024-08-08 17:54:16 +08:00
parent affb7d3aa9
commit 9cbb04a052

View File

@ -89,7 +89,7 @@
<div>家属电话{{ $route.query.familyMemberPhone }}</div>
<div>登记日期{{ $route.query.registrationDate }}</div>
<div>开证医生{{ $route.query.certificateIssuingDoctorName }}</div>
<div style="width: 50%">主要诊断{{ $route.query.mainDiagnosis }}</div>
<div style="width: 50%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">主要诊断{{ $route.query.mainDiagnosis }}</div>
</div>
<div class="bottom">
<div>医院名称{{ $route.query.hospitalAgencyName }}</div>
@ -101,7 +101,7 @@
<div>注册时间{{ $route.query.createTime }}</div>
<div>预约治疗组{{ $route.query.appointmentTreatmentGroup }}</div>
<div>责任护士{{ $route.query.responsibleNurse }}</div>
<div style="width: 50%">登记号{{ $route.query.registrationNo }}</div>
<div style="width: 50%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">登记号{{ $route.query.registrationNo }}</div>
</div>
</div>
</div>