see999 4 år sedan
förälder
incheckning
96bea1cced
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFour.vue

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFour.vue Visa fil

@@ -682,8 +682,8 @@
682 682
                     <td width="20">钙</td>
683 683
                     <td width="180">
684 684
                       (
685
-                        <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('常规') > -1 ? true : false" showValue="1.25"></label-box>
686
-                        <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('低钙') > -1 ? true : false" showValue="1.5"></label-box>
685
+                        <label-box :isChecked="false" showValue="1.25"></label-box>
686
+                        <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('常规') > -1 ? true : false" showValue="1.5"></label-box>
687 687
                         <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('高钙') > -1 ? true : false" showValue="1.75"></label-box>
688 688
                       )
689 689
                     </td>