|
@@ -522,11 +522,11 @@
|
522
|
522
|
<td width="10">钙</td>
|
523
|
523
|
<td width="10">(</td>
|
524
|
524
|
<td width="280">
|
525
|
|
- <label-box :isChecked="record.prescription.dialysate_formulation_name ? record.prescription.dialysate_formulation_name.indexOf('1.25') > -1 ? true : false : false" showValue="1.25"></label-box>
|
|
525
|
+ <label-box :isChecked="record.prescription.dialysate_formulation ? dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('1.25') > -1 ? true : false : false" showValue="1.25"></label-box>
|
526
|
526
|
|
527
|
|
- <label-box :isChecked="record.prescription.dialysate_formulation_name ? record.prescription.dialysate_formulation_name.indexOf('1.5') > -1 ? true : false : false" showValue="1.5"></label-box>
|
|
527
|
+ <label-box :isChecked="record.prescription.dialysate_formulation ? dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('1.5') > -1 ? true : false : false" showValue="1.5"></label-box>
|
528
|
528
|
|
529
|
|
- <label-box :isChecked="record.prescription.dialysate_formulation_name ? record.prescription.dialysate_formulation_name.indexOf('1.75') > -1 ? true : false : false" showValue="1.75(mmol/L)"></label-box>
|
|
529
|
+ <label-box :isChecked="record.prescription.dialysate_formulation ? dialysateFormulationName(record.prescription.dialysate_formulation).indexOf('1.75') > -1 ? true : false : false" showValue="1.75(mmol/L)"></label-box>
|
530
|
530
|
|
531
|
531
|
</td>
|
532
|
532
|
<td width="10">)</td>
|