|
@@ -268,7 +268,7 @@
|
268
|
268
|
<div class="under_line" style="width: 60px;text-align: center">
|
269
|
269
|
{{ afterdialysis.actual_ultrafiltration ? afterdialysis.actual_ultrafiltration : "/" }}
|
270
|
270
|
</div>
|
271
|
|
- ml
|
|
271
|
+ L
|
272
|
272
|
</div>
|
273
|
273
|
<div class="inline_block" style="margin-left:48px;">
|
274
|
274
|
透后体重:
|
|
@@ -321,7 +321,7 @@
|
321
|
321
|
<div class="inline_block" style="flex:1;">
|
322
|
322
|
透析时长:
|
323
|
323
|
<div class="under_line" style="width: 50px;text-align: center">
|
324
|
|
- {{ prescription.dialysis_duration_hour ? prescription.dialysis_duration_hour : "0" }}.{{ prescription.dialysis_duration_minute ? prescription.dialysis_duration_minute : "0" }}
|
|
324
|
+ {{ prescription.dialysis_duration_hour ? prescription.dialysis_duration_hour + prescription.dialysis_duration_minute / 60 : "0" }}
|
325
|
325
|
</div>
|
326
|
326
|
h
|
327
|
327
|
</div>
|
|
@@ -594,7 +594,7 @@
|
594
|
594
|
<td>{{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "" }}
|
595
|
595
|
<td><span v-if="getTime(monitor.operate_time, '{h}:{i}')">{{ monitor.venous_pressure ? monitor.venous_pressure : "" }}/{{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "" }}</span></td>
|
596
|
596
|
<td><span v-if="getTime(monitor.operate_time, '{h}:{i}')">{{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : "" }}/{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "" }}</span></td>
|
597
|
|
- <td><span v-if="getTime(monitor.operate_time, '{h}:{i}')">{{ monitor.sodium_concentration ? monitor.sodium_concentration : "" }}/{{ monitor.temperature ? monitor.temperature : "" }}</span></td>
|
|
597
|
+ <td><span v-if="getTime(monitor.operate_time, '{h}:{i}')">{{ monitor.sodium_concentration ? monitor.sodium_concentration : "" }}/{{ monitor.dialysate_temperature ? monitor.dialysate_temperature : "" }}</span></td>
|
598
|
598
|
<td>{{ monitor.pulse_frequency ? monitor.pulse_frequency : "" }}</td>
|
599
|
599
|
<td>
|
600
|
600
|
{{ monitor.systolic_blood_pressure ? monitor.systolic_blood_pressure + "/" : "" }}
|