|
@@ -271,7 +271,7 @@
|
271
|
271
|
|
272
|
272
|
<label-box :isChecked="predialysis.internal_fistula.indexOf('震颤-减弱') > -1 ? true : false" showValue="减弱"></label-box>
|
273
|
273
|
|
274
|
|
- <label-box :isChecked="(predialysis.internal_fistula.indexOf('震颤-无') > -1 || predialysis.internal_fistula.indexOf('不存在') > -1) ? true : false" showValue="不存在"></label-box>
|
|
274
|
+ <label-box :isChecked="(predialysis.internal_fistula.indexOf('不存在') > -1 || predialysis.internal_fistula.indexOf('不存在') > -1) ? true : false" showValue="不存在"></label-box>
|
275
|
275
|
</div>
|
276
|
276
|
</td>
|
277
|
277
|
<td width="30"></td>
|
|
@@ -774,7 +774,7 @@
|
774
|
774
|
<div style="display:flex;justify-content:space-between;">
|
775
|
775
|
<label-box :isChecked="afterdialysis.internal_fistula.indexOf('震颤-存在') > -1 ? true : false" showValue="存在"></label-box>
|
776
|
776
|
<label-box :isChecked="afterdialysis.internal_fistula.indexOf('震颤-减弱') > -1 ? true : false" showValue="减弱"></label-box>
|
777
|
|
- <label-box :isChecked="afterdialysis.internal_fistula.indexOf('震颤-无') > -1 ? true : false" showValue="不存在"></label-box>
|
|
777
|
+ <label-box :isChecked="afterdialysis.internal_fistula.indexOf('不存在') > -1 ? true : false" showValue="不存在"></label-box>
|
778
|
778
|
</div>
|
779
|
779
|
</td>
|
780
|
780
|
<td width='30'></td>
|
|
@@ -1429,6 +1429,8 @@ export default {
|
1429
|
1429
|
this.patientInfo.birthday,
|
1430
|
1430
|
'{y}-{m}-{d}'
|
1431
|
1431
|
)
|
|
1432
|
+ console.log('response.data.data',response.data.data);
|
|
1433
|
+
|
1432
|
1434
|
// this.patientInfo.age = jsGetAge(this.patientInfo.birth, '-')
|
1433
|
1435
|
if (response.data.data.patientInfo.first_dialysis_date != 0) {
|
1434
|
1436
|
this.patientInfo.first_dialysis_date = uParseTime(
|