See999 hace 4 años
padre
commit
373079abae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/xt_pages/dialysis/template/DialysisPrintOrderTwenty.vue

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderTwenty.vue Ver fichero

@@ -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>