|
|
|
|
352
|
<td width="70">透前体重:</td>
|
352
|
<td width="70">透前体重:</td>
|
353
|
<td width="50">
|
353
|
<td width="50">
|
354
|
<div class="under-line">
|
354
|
<div class="under-line">
|
355
|
- {{ predialysis.weight_before ? parseFloat(predialysis.weight_before - predialysis.additional_weight).toFixed(2) : "/" }}
|
|
|
|
|
355
|
+ {{ predialysis.weight_before ? parseFloat(predialysis.weight_before - predialysis.additional_weight).toFixed(2) : "" }}
|
356
|
</div>
|
356
|
</div>
|
357
|
</td>
|
357
|
</td>
|
358
|
<td width="20">Kg</td>
|
358
|
<td width="20">Kg</td>
|
|
|
|
|
360
|
<td width="70">透后体重:</td>
|
360
|
<td width="70">透后体重:</td>
|
361
|
<td width="50">
|
361
|
<td width="50">
|
362
|
<div class="under-line">
|
362
|
<div class="under-line">
|
363
|
- {{ afterdialysis.weight_after ? (afterdialysis.weight_after - afterdialysis.additional_weight) : "/" }}
|
|
|
|
|
363
|
+ {{ afterdialysis.weight_after ? (afterdialysis.weight_after - afterdialysis.additional_weight) : "" }}
|
364
|
</div>
|
364
|
</div>
|
365
|
</td>
|
365
|
</td>
|
366
|
<td width="20">Kg</td>
|
366
|
<td width="20">Kg</td>
|
|
|
|
|
717
|
{{ monitor.breathing_rate ? monitor.breathing_rate : "" }}
|
717
|
{{ monitor.breathing_rate ? monitor.breathing_rate : "" }}
|
718
|
</td>
|
718
|
</td>
|
719
|
<td>
|
719
|
<td>
|
720
|
- {{ monitor.arterial_pressure ? monitor.arterial_pressure : "/" }}
|
|
|
|
|
720
|
+ {{ monitor.arterial_pressure ? monitor.arterial_pressure : "" }}
|
721
|
</td>
|
721
|
</td>
|
722
|
<td>
|
722
|
<td>
|
723
|
{{ monitor.venous_pressure ? monitor.venous_pressure : "" }}
|
723
|
{{ monitor.venous_pressure ? monitor.venous_pressure : "" }}
|