Browse Source

更新月亮湾透析液显示问题

XMLWAN 5 years ago
parent
commit
1df303101e

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_seven.vue View File

@@ -567,14 +567,14 @@
567 567
                             v-if="
568 568
                               record.prescription.dialysate_formulation == 0
569 569
                             "
570
-                          >  常规低钙(钾:0 ,钙:0 ,钠:0)
570
+                          >  常规(钾:0 ,钙:0 ,钠:0)
571 571
                           </span>
572 572
                           <span
573 573
                             class="under-line"
574 574
                             v-if="
575 575
                               record.prescription.dialysate_formulation == 1
576 576
                             "
577
-                          >&nbsp; 常规低钙(钾:{{
577
+                          >&nbsp; 常规(钾:{{
578 578
                               record.prescription.kalium
579 579
                             }}&nbsp;,钙:{{
580 580
                               record.prescription.calcium

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

@@ -347,16 +347,14 @@
347 347
                     <span
348 348
                       class="under-line"
349 349
                       v-if="prescription.dialysate_formulation == 0"
350
-                      >&nbsp; 常规低钙(钾:0&nbsp;,钙:0 &nbsp;,钠:0)
350
+                      >&nbsp; 常规(钾:0&nbsp;,钙:0 &nbsp;,钠:0)
351 351
                     </span>
352 352
                     <span
353 353
                       class="under-line"
354 354
                       v-if="prescription.dialysate_formulation == 1"
355
-                      >&nbsp; 常规低钙(钾:{{
356
-                        prescription.kalium
357
-                      }}&nbsp;,钙:{{ prescription.calcium }}&nbsp;,钠:{{
358
-                        prescription.sodium
359
-                      }})
355
+                      >&nbsp; 常规(钾:{{ prescription.kalium }}&nbsp;,钙:{{
356
+                        prescription.calcium
357
+                      }}&nbsp;,钠:{{ prescription.sodium }})
360 358
                     </span>
361 359
                     <span
362 360
                       class="under-line"