See999 4 years ago
parent
commit
4059b62312

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

@@ -430,7 +430,7 @@
430 430
                 <td width="60">置换量:</td>
431 431
                 <td width="40">
432 432
                   <div class="under-line">
433
-                    &nbsp;{{ prescription.replacement_total ? prescription.replacement_total : "" }}
433
+                    &nbsp;{{ prescription.replacement_total ? prescription.replacement_total : "/" }}
434 434
                   </div>
435 435
                 </td>
436 436
                 <td width="20">ml</td>

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

@@ -294,7 +294,7 @@
294 294
               <td>&nbsp;{{monitor.conductivity?monitor.conductivity:''}}</td>
295 295
               <td>&nbsp;{{monitor.dialysate_temperature ? monitor.dialysate_temperature : ''}}</td>
296 296
               <td>&nbsp; <span v-if="monitor.operate_time"> {{ monitor.dialysate_flow ? monitor.dialysate_flow : "" }} </span></td>
297
-              <td>&nbsp;{{monitor.ultrafiltration_volume?monitor.ultrafiltration_volume:''}}</td>
297
+              <td>&nbsp;{{monitor.ultrafiltration_rate?monitor.ultrafiltration_rate:''}}</td>
298 298
               <td> <span v-if="monitor.symptom || monitor.dispose || monitor.result"> {{ monitor.symptom + "," + monitor.dispose + "," + monitor.result }} </span>
299 299
               </td>
300 300
             </tr>