|
@@ -204,11 +204,11 @@
|
204
|
204
|
</td>
|
205
|
205
|
<td width="50">
|
206
|
206
|
<div>
|
207
|
|
- <label-box :isChecked="predialysis.hemorrhage_other != '' ? true : false" showValue="其他"></label-box>
|
|
207
|
+ <label-box :isChecked="predialysis.is_hemorrhage == 1 && predialysis.hemorrhage_other != '' ? true : false" showValue="其他"></label-box>
|
208
|
208
|
</div>
|
209
|
209
|
</td>
|
210
|
210
|
<td width="100">
|
211
|
|
- <div class="under-line"> {{ predialysis.hemorrhage_other ? predialysis.hemorrhage_other : '' }}</div>
|
|
211
|
+ <div class="under-line"> {{ predialysis.is_hemorrhage == 1 && predialysis.hemorrhage_other ? predialysis.hemorrhage_other : '' }}</div>
|
212
|
212
|
</td>
|
213
|
213
|
<td></td>
|
214
|
214
|
</tr>
|