Ver código fonte

批量打印更改

XMLWAN 4 anos atrás
pai
commit
74da2aa6cc

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue Ver arquivo

@@ -711,7 +711,7 @@
711 711
                                     .weight_before -
712 712
                                     record.assessment_before_dislysis
713 713
                                       .additional_weight
714
-                                )
714
+                                ).toFixed(1)
715 715
                               : "/"
716 716
                           }}
717 717
                         </div>
@@ -1595,7 +1595,7 @@
1595 1595
                                     .weight_after -
1596 1596
                                     record.assessment_before_dislysis
1597 1597
                                       .additional_weight
1598
-                                )
1598
+                                ).toFixed(1)
1599 1599
                               : "/"
1600 1600
                           }}
1601 1601
                         </div>