|
@@ -629,25 +629,25 @@
|
629
|
629
|
<td width="40">入量:</td>
|
630
|
630
|
<td width="40">回血:</td>
|
631
|
631
|
<td width="50">
|
632
|
|
- <div class="under-line"> {{ afterdialysis.return_blood ? afterdialysis.return_blood : '' }}</div>
|
|
632
|
+ <div class="under-line"> {{ afterdialysis.return_blood ? afterdialysis.return_blood : 0 }}</div>
|
633
|
633
|
</td>
|
634
|
634
|
<td width="10">ml</td>
|
635
|
635
|
<td width="30"></td>
|
636
|
636
|
<td width="50">补液量:</td>
|
637
|
637
|
<td width="50">
|
638
|
|
- <div class="under-line"> {{ afterdialysis.rehydration_volume ? afterdialysis.rehydration_volume : "" }}</div>
|
|
638
|
+ <div class="under-line"> {{ afterdialysis.rehydration_volume ? afterdialysis.rehydration_volume : 0 }}</div>
|
639
|
639
|
</td>
|
640
|
640
|
<td width="10">ml</td>
|
641
|
641
|
<td width="30"></td>
|
642
|
642
|
<td width="100">透析中进食量:</td>
|
643
|
643
|
<td width="50">
|
644
|
|
- <div class="under-line"> {{ afterdialysis.dialysis_during ? afterdialysis.dialysis_during : "" }}</div>
|
|
644
|
+ <div class="under-line"> {{ afterdialysis.dialysis_during ? afterdialysis.dialysis_during : 0 }}</div>
|
645
|
645
|
</td>
|
646
|
646
|
<td width="10">ml</td>
|
647
|
647
|
<td width="30"></td>
|
648
|
648
|
<td width="40">出量:</td>
|
649
|
649
|
<td width="50">
|
650
|
|
- <div class="under-line"> {{ afterdialysis.stroke_volume ? afterdialysis.stroke_volume : "" }}</div>
|
|
650
|
+ <div class="under-line"> {{ afterdialysis.stroke_volume ? afterdialysis.stroke_volume : 0 }}</div>
|
651
|
651
|
</td>
|
652
|
652
|
<td width="10">ml</td>
|
653
|
653
|
<td></td>
|