see999 hace 4 años
padre
commit
c9641552db

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFour.vue Ver fichero

@@ -698,7 +698,7 @@
698 698
 
699 699
                     <td width="160">
700 700
                       (
701
-                        <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('常规') > -1 ? true : false" showValue="2.0"></label-box>
701
+                        <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('常规') > -1 ? true : prescription.dialysate_formulation_name.indexOf('高钙') > -1 ? true : false" showValue="2.0"></label-box>
702 702
                         <label-box :isChecked="false" showValue="3.0mmol/L"></label-box>
703 703
                       )
704 704
                     </td>