See999 4 years ago
parent
commit
914bc5a1b7
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/xt_pages/dialysis/template/DialysisPrintOrderFourteen.vue

+ 4 - 4
src/xt_pages/dialysis/template/DialysisPrintOrderFourteen.vue View File

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