From 77446644d11a129f95fe6d08b549d8959789ed16 Mon Sep 17 00:00:00 2001 From: sa0ChunLuyu Date: Tue, 21 Jul 2026 14:01:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E7=94=B3=E8=AF=B7=E5=8D=95?= =?UTF-8?q?=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YiJi-admin/src/components/Yewu/PrintShenQingDan.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/YiJi-admin/src/components/Yewu/PrintShenQingDan.vue b/YiJi-admin/src/components/Yewu/PrintShenQingDan.vue index e69411b..5e40618 100644 --- a/YiJi-admin/src/components/Yewu/PrintShenQingDan.vue +++ b/YiJi-admin/src/components/Yewu/PrintShenQingDan.vue @@ -19,7 +19,7 @@ - {{printInfo.patient_type_label}}号{{printInfo.reg_num}} + {{printInfo.patient_type_label}}号{{printInfo.patient_type == 0 ? printInfo.episodeid : printInfo.reg_num}} 病区:{{printInfo.warddesc ?? ''}} 床号:{{printInfo.bedno ?? ''}} @@ -33,7 +33,7 @@ {{printInfo.period_begin_time.substring(0, 5)}}-{{printInfo.period_end_time.substring(0, 5)}} {{printInfo.weekday_label}} -
检查地点:{{printInfo.department_resources?.department_resources_name}}
+
检查地点:{{printInfo.department_resources?.department_resources_addr || printInfo.department_resources?.department_resources_name}}
@@ -83,5 +83,6 @@ \ No newline at end of file