|
@@ -49,7 +49,7 @@
|
49
|
49
|
上机前病情:
|
50
|
50
|
<!-- <span v-if="predialysis.symptom_before_dialysis_other==''"> -->
|
51
|
51
|
<label-box :isChecked="predialysis.symptom_before_dialysis_other==''?true :false" showValue="无特殊"></label-box>
|
52
|
|
- <label-box :isChecked="predialysis.symptom_before_dialysis_other!=''?true :false" showValue="出现:"></label-box>
|
|
52
|
+ <label-box :isChecked="predialysis.symptom_before_dialysis_other!=''?true :false" showValue="症状:"></label-box>
|
53
|
53
|
<!-- </span> -->
|
54
|
54
|
|
55
|
55
|
<!-- <span>{{predialysis.symptom_before_dialysis}}</span> -->
|
|
@@ -138,7 +138,7 @@
|
138
|
138
|
</div>
|
139
|
139
|
</td>
|
140
|
140
|
</tr>
|
141
|
|
-
|
|
141
|
+
|
142
|
142
|
<tr>
|
143
|
143
|
<td colspan="3">
|
144
|
144
|
<div style="display: flex;flex-wrap: wrap;">
|