|
@@ -595,18 +595,26 @@
|
595
|
595
|
<tbody>
|
596
|
596
|
<tr>
|
597
|
597
|
<td width="85">透析液配方:</td>
|
598
|
|
- <td width="580">
|
599
|
|
- <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('常规') > -1 ? true : false" showValue="常规"></label-box>
|
600
|
|
-
|
601
|
|
- <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('钾(3.5mmol/L)') > -1 ? true : false" showValue="钾(3.5mmol/L)"></label-box>
|
|
598
|
+ <td width='90'>B液: 碳酸盐:</td>
|
|
599
|
+ <td width='30'>A液:</td>
|
|
600
|
+ <td width="10">钙</td>
|
|
601
|
+ <td width="10">(</td>
|
|
602
|
+ <td width="200">
|
|
603
|
+ <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('A液:钙(1.25mmol/L)钾(2.0mmol/L)') > -1 ? true : prescription.dialysate_formulation_name.indexOf('A液:钙(1.25mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="1.25mmol/L"></label-box>
|
602
|
604
|
|
603
|
|
- <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('钾(2.0mmol/L)') > -1 ? true : false" showValue="钾(2.0mmol/L)"></label-box>
|
|
605
|
+ <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('A液:钙(1.5mmol/L)钾(2.0mmol/L)') > -1 ? true : prescription.dialysate_formulation_name.indexOf('A液:钙(1.5mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="1.5mmol/L"></label-box>
|
604
|
606
|
|
605
|
|
- <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('低钙(1.25mmol/L)') > -1 ? true : false" showValue="低钙(1.25mmol/L)"></label-box>
|
|
607
|
+ </td>
|
|
608
|
+ <td width="10">)</td>
|
|
609
|
+ <td width="10">钾</td>
|
|
610
|
+ <td width="10">(</td>
|
|
611
|
+ <td width="200">
|
|
612
|
+ <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('A液:钙(1.25mmol/L)钾(2.0mmol/L)') > -1 ? true : prescription.dialysate_formulation_name.indexOf('A液:钙(1.5mmol/L)钾(2.0mmol/L)') > -1 ? true : false" showValue="2.0mmol/L"></label-box>
|
606
|
613
|
|
607
|
|
- <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('高钙(1.5mmol/L)') > -1 ? true : false" showValue="高钙(1.5mmol/L)"></label-box>
|
|
614
|
+ <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('A液:钙(1.25mmol/L)钾(3.5mmol/L)') > -1 ? true : prescription.dialysate_formulation_name.indexOf('A液:钙(1.5mmol/L)钾(3.5mmol/L)') > -1 ? true : false" showValue="3.5mmol/L"></label-box>
|
608
|
615
|
|
609
|
616
|
</td>
|
|
617
|
+ <td width="10">)</td>
|
610
|
618
|
<td></td>
|
611
|
619
|
</tr>
|
612
|
620
|
</tbody>
|