浏览代码

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

XMLWAN 4 年前
父节点
当前提交
c40899f30f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFour.vue

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFour.vue 查看文件

682
                     <td width="20">钙</td>
682
                     <td width="20">钙</td>
683
                     <td width="180">
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
                         <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('高钙') > -1 ? true : false" showValue="1.75"></label-box>
687
                         <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('高钙') > -1 ? true : false" showValue="1.75"></label-box>
688
                       )
688
                       )
689
                     </td>
689
                     </td>