Przeglądaj źródła

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 4 lat temu
rodzic
commit
c40899f30f

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFour.vue Wyświetl plik

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