Browse Source

新式医院打印单

XMLWAN 4 years ago
parent
commit
9c723458a7
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/dialysis/template/DialysisPrintOrderTwentyOne.vue

+ 3 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyOne.vue View File

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