|
@@ -80,7 +80,7 @@
|
80
|
80
|
<span style="display:inline-block;margin-left:15px;">治疗方式:</span>
|
81
|
81
|
<label-box :isChecked="prescription.mode_id == 1 ? true : false" showValue="HD"></label-box>
|
82
|
82
|
<label-box :isChecked="prescription.mode_id == 2 ? true : false" showValue="HDF"></label-box>
|
83
|
|
- <label-box :isChecked="prescription.mode_id == 4 ? true : false" showValue="HP"></label-box>
|
|
83
|
+ <label-box :isChecked="prescription.mode_id == 3 ? true : prescription.mode_id == 4 ? true : false" showValue="HP"></label-box>
|
84
|
84
|
<label-box :isChecked="prescription.mode_id == 7 ? true : false" showValue="IUF"></label-box>
|
85
|
85
|
<label-box :isChecked="prescription.mode_id == 5 ? true : false" showValue="HF"></label-box>
|
86
|
86
|
</td>
|