diff --git a/Laravel/resources/views/pdf/GroupedCheckPdf.blade.php b/Laravel/resources/views/pdf/GroupedCheckPdf.blade.php
index f205763..268736a 100644
--- a/Laravel/resources/views/pdf/GroupedCheckPdf.blade.php
+++ b/Laravel/resources/views/pdf/GroupedCheckPdf.blade.php
@@ -51,11 +51,11 @@
| {{ $patient['patient_type_label'] }}号:{{ $patient['patient_id'] }} |
@if ($patient['patient_type'] == 0)
- 病区:{{ $patient['warddesc'] }} |
+ 病区:{{ $patient['warddesc'] }} |
床号:{{ $patient['bedno'] }} |
- 联系电话:{{ $patient['user_phone'] }} |
+ 联系电话:{{ $patient['user_phone'] }} |
@else
- 联系电话:{{ $patient['user_phone'] }} |
+ 联系电话:{{ $patient['user_phone'] }} |
|
|
@endif