See999 4 years ago
parent
commit
373079abae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/dialysis/template/DialysisPrintOrderTwenty.vue

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderTwenty.vue View File

@@ -505,7 +505,7 @@
505 505
                     <td width="55">置换液:</td>
506 506
                     <td width="40">
507 507
                       <div class="under-line">
508
-                        &nbsp;{{ prescription.replacement_total ? prescription.replacement_total : "" }}
508
+                        &nbsp;<span v-if="prescription.mode_id == 2">{{ prescription.replacement_total ? prescription.replacement_total : "" }}</span>
509 509
                       </div>
510 510
                     </td>
511 511
                     <td width="10">ml</td>