鹿和sa0ChunLuyu 1 week ago
parent 4dc213e4a0
commit 2216858a4f

@ -51,11 +51,11 @@
<tr style="border: none;"> <tr style="border: none;">
<td style="border: none; width: 23%; text-align: left;"><span style="display: inline-block; width: 3em;">{{ $patient['patient_type_label'] }}号</span>{{ $patient['patient_id'] }}</td> <td style="border: none; width: 23%; text-align: left;"><span style="display: inline-block; width: 3em;">{{ $patient['patient_type_label'] }}号</span>{{ $patient['patient_id'] }}</td>
@if ($patient['patient_type'] == 0) @if ($patient['patient_type'] == 0)
<td style="border: none; width: 36%; text-align: left;"><span style="display: inline-block; width: 3em; letter-spacing: 0.5em;">病区</span>{{ $patient['warddesc'] }}</td> <td style="border: none; width: 35%; text-align: left;"><span style="display: inline-block; width: 3em; letter-spacing: 0.5em;">病区</span>{{ $patient['warddesc'] }}</td>
<td style="border: none; width: 16%; text-align: left;"><span style="display: inline-block; width: 3em; letter-spacing: 0.5em;">床号</span>{{ $patient['bedno'] }}</td> <td style="border: none; width: 16%; text-align: left;"><span style="display: inline-block; width: 3em; letter-spacing: 0.5em;">床号</span>{{ $patient['bedno'] }}</td>
<td style="border: none; width: 25%; text-align: left;"><span style="display: inline-block; width: 4em;">联系电话</span>{{ $patient['user_phone'] }}</td> <td style="border: none; width: 26%; text-align: left;"><span style="display: inline-block; width: 4em;">联系电话</span>{{ $patient['user_phone'] }}</td>
@else @else
<td style="border: none; width: 38%; text-align: left;"><span style="display: inline-block; width: 4em;">联系电话</span>{{ $patient['user_phone'] }}</td> <td style="border: none; width: 39%; text-align: left;"><span style="display: inline-block; width: 4em;">联系电话</span>{{ $patient['user_phone'] }}</td>
<td style="border: none; width: 16%; text-align: left;"></td> <td style="border: none; width: 16%; text-align: left;"></td>
<td style="border: none; width: 24%; text-align: left;"></td> <td style="border: none; width: 24%; text-align: left;"></td>
@endif @endif

Loading…
Cancel
Save