|
@@ -35,8 +35,11 @@
|
35
|
35
|
<td colspan="3">
|
36
|
36
|
<div style="line-height:30px;">
|
37
|
37
|
上机前病情:
|
38
|
|
- <label-box :isChecked="predialysis.symptom_before_dialysis!=''?true :false" showValue="无特殊"></label-box>
|
39
|
|
- <label-box :isChecked="predialysis.symptom_before_dialysis==''?true :false" showValue="出现:"></label-box>
|
|
38
|
+ <!-- <span v-if="predialysis.symptom_before_dialysis_other==''"> -->
|
|
39
|
+ <label-box :isChecked="predialysis.symptom_before_dialysis_other==''?true :false" showValue="无特殊"></label-box>
|
|
40
|
+ <label-box :isChecked="predialysis.symptom_before_dialysis_other!=''?true :false" showValue="出现:"></label-box>
|
|
41
|
+ <!-- </span> -->
|
|
42
|
+
|
40
|
43
|
<!-- <span>{{predialysis.symptom_before_dialysis}}</span> -->
|
41
|
44
|
<span>{{predialysis.symptom_before_dialysis_other}}</span>
|
42
|
45
|
</div>
|