|
@@ -222,9 +222,7 @@
|
222
|
222
|
<check-box
|
223
|
223
|
text="正常"
|
224
|
224
|
:checked="
|
225
|
|
- predialysis.blood_access_internal_fistula.indexOf(
|
226
|
|
- '正常'
|
227
|
|
- ) > -1
|
|
225
|
+ predialysis.internal_fistula.indexOf('震颤-存在') > -1
|
228
|
226
|
? true
|
229
|
227
|
: false
|
230
|
228
|
"
|
|
@@ -232,9 +230,7 @@
|
232
|
230
|
<check-box
|
233
|
231
|
text="震颤"
|
234
|
232
|
:checked="
|
235
|
|
- predialysis.blood_access_internal_fistula.indexOf(
|
236
|
|
- '震颤'
|
237
|
|
- ) > -1
|
|
233
|
+ predialysis.internal_fistula.indexOf('震颤-减弱') > -1
|
238
|
234
|
? true
|
239
|
235
|
: false
|
240
|
236
|
"
|
|
@@ -242,19 +238,16 @@
|
242
|
238
|
<check-box
|
243
|
239
|
text="堵塞"
|
244
|
240
|
:checked="
|
245
|
|
- predialysis.blood_access_internal_fistula.indexOf(
|
246
|
|
- '堵塞'
|
247
|
|
- ) > -1
|
|
241
|
+ predialysis.internal_fistula.indexOf('堵塞') > -1
|
248
|
242
|
? true
|
249
|
243
|
: false
|
250
|
244
|
"
|
251
|
245
|
></check-box>
|
|
246
|
+
|
252
|
247
|
<check-box
|
253
|
248
|
text="血肿"
|
254
|
249
|
:checked="
|
255
|
|
- predialysis.blood_access_internal_fistula.indexOf(
|
256
|
|
- '血肿'
|
257
|
|
- ) > -1
|
|
250
|
+ predialysis.internal_fistula.indexOf('血肿') > -1
|
258
|
251
|
? true
|
259
|
252
|
: false
|
260
|
253
|
"
|
|
@@ -262,9 +255,7 @@
|
262
|
255
|
<check-box
|
263
|
256
|
text="淤血"
|
264
|
257
|
:checked="
|
265
|
|
- predialysis.blood_access_internal_fistula.indexOf(
|
266
|
|
- '淤血'
|
267
|
|
- ) > -1
|
|
258
|
+ predialysis.internal_fistula.indexOf('淤血') > -1
|
268
|
259
|
? true
|
269
|
260
|
: false
|
270
|
261
|
"
|
|
@@ -272,9 +263,7 @@
|
272
|
263
|
<check-box
|
273
|
264
|
text="感染"
|
274
|
265
|
:checked="
|
275
|
|
- predialysis.blood_access_internal_fistula.indexOf(
|
276
|
|
- '感染'
|
277
|
|
- ) > -1
|
|
266
|
+ predialysis.internal_fistula.indexOf('感染') > -1
|
278
|
267
|
? true
|
279
|
268
|
: false
|
280
|
269
|
"
|
|
@@ -386,7 +375,7 @@
|
386
|
375
|
<check-box
|
387
|
376
|
text="正常"
|
388
|
377
|
:checked="
|
389
|
|
- predialysis.ductus_arantii.indexOf('正常') > -1
|
|
378
|
+ predialysis.catheter.indexOf('正常') > -1
|
390
|
379
|
? true
|
391
|
380
|
: false
|
392
|
381
|
"
|
|
@@ -394,7 +383,7 @@
|
394
|
383
|
<check-box
|
395
|
384
|
text="不畅"
|
396
|
385
|
:checked="
|
397
|
|
- predialysis.ductus_arantii.indexOf('不畅') > -1
|
|
386
|
+ predialysis.catheter.indexOf('不畅') > -1
|
398
|
387
|
? true
|
399
|
388
|
: false
|
400
|
389
|
"
|
|
@@ -402,7 +391,7 @@
|
402
|
391
|
<check-box
|
403
|
392
|
text="血流不足"
|
404
|
393
|
:checked="
|
405
|
|
- predialysis.ductus_arantii.indexOf('血流不足') > -1
|
|
394
|
+ predialysis.catheter.indexOf('血流不足') > -1
|
406
|
395
|
? true
|
407
|
396
|
: false
|
408
|
397
|
"
|
|
@@ -410,7 +399,7 @@
|
410
|
399
|
(<check-box
|
411
|
400
|
text="正接"
|
412
|
401
|
:checked="
|
413
|
|
- predialysis.ductus_arantii.indexOf('正接') > -1
|
|
402
|
+ predialysis.catheter.indexOf('正接') > -1
|
414
|
403
|
? true
|
415
|
404
|
: false
|
416
|
405
|
"
|
|
@@ -419,7 +408,7 @@
|
419
|
408
|
<check-box
|
420
|
409
|
text="反接"
|
421
|
410
|
:checked="
|
422
|
|
- predialysis.ductus_arantii.indexOf('反接') > -1
|
|
411
|
+ predialysis.catheter.indexOf('反接') > -1
|
423
|
412
|
? true
|
424
|
413
|
: false
|
425
|
414
|
"
|
|
@@ -428,7 +417,7 @@
|
428
|
417
|
<check-box
|
429
|
418
|
text="血栓"
|
430
|
419
|
:checked="
|
431
|
|
- predialysis.ductus_arantii.indexOf('血栓') > -1
|
|
420
|
+ predialysis.catheter.indexOf('血栓') > -1
|
432
|
421
|
? true
|
433
|
422
|
: false
|
434
|
423
|
"
|
|
@@ -436,7 +425,7 @@
|
436
|
425
|
<check-box
|
437
|
426
|
text="缝线脱落"
|
438
|
427
|
:checked="
|
439
|
|
- predialysis.ductus_arantii.indexOf('缝线脱落') > -1
|
|
428
|
+ predialysis.catheter.indexOf('缝线脱落') > -1
|
440
|
429
|
? true
|
441
|
430
|
: false
|
442
|
431
|
"
|
|
@@ -444,7 +433,7 @@
|
444
|
433
|
<check-box
|
445
|
434
|
text="导管脱落"
|
446
|
435
|
:checked="
|
447
|
|
- predialysis.ductus_arantii.indexOf('导管脱落') > -1
|
|
436
|
+ predialysis.catheter.indexOf('导管脱落') > -1
|
448
|
437
|
? true
|
449
|
438
|
: false
|
450
|
439
|
"
|
|
@@ -452,7 +441,7 @@
|
452
|
441
|
<check-box
|
453
|
442
|
text="感染"
|
454
|
443
|
:checked="
|
455
|
|
- predialysis.ductus_arantii.indexOf('感染') > -1
|
|
444
|
+ predialysis.catheter.indexOf('感染') > -1
|
456
|
445
|
? true
|
457
|
446
|
: false
|
458
|
447
|
"
|
|
@@ -460,7 +449,7 @@
|
460
|
449
|
<check-box
|
461
|
450
|
text="破损"
|
462
|
451
|
:checked="
|
463
|
|
- predialysis.ductus_arantii.indexOf('破损') > -1
|
|
452
|
+ predialysis.catheter.indexOf('破损') > -1
|
464
|
453
|
? true
|
465
|
454
|
: false
|
466
|
455
|
"
|
|
@@ -1161,17 +1150,30 @@
|
1161
|
1150
|
<div class="inline_block">
|
1162
|
1151
|
内瘘震颤和血管杂音:
|
1163
|
1152
|
<check-box
|
1164
|
|
- text="存在"
|
1165
|
|
- :checked="afterdialysis.tremor_noise == 1 ? true : false"
|
|
1153
|
+ text="正常"
|
|
1154
|
+ :checked="
|
|
1155
|
+ afterdialysis.internal_fistula.indexOf('震颤-存在') > -1
|
|
1156
|
+ ? true
|
|
1157
|
+ : false
|
|
1158
|
+ "
|
1166
|
1159
|
></check-box>
|
1167
|
1160
|
<check-box
|
1168
|
1161
|
text="减弱"
|
1169
|
|
- :checked="afterdialysis.tremor_noise == 2 ? true : false"
|
|
1162
|
+ :checked="
|
|
1163
|
+ afterdialysis.internal_fistula.indexOf('震颤-减弱') > -1
|
|
1164
|
+ ? true
|
|
1165
|
+ : false
|
|
1166
|
+ "
|
1170
|
1167
|
></check-box>
|
1171
|
1168
|
<check-box
|
1172
|
|
- text="不存在"
|
1173
|
|
- :checked="afterdialysis.tremor_noise == 3 ? true : false"
|
|
1169
|
+ text="正常"
|
|
1170
|
+ :checked="
|
|
1171
|
+ afterdialysis.internal_fistula.indexOf('不存在') > -1
|
|
1172
|
+ ? true
|
|
1173
|
+ : false
|
|
1174
|
+ "
|
1174
|
1175
|
></check-box>
|
|
1176
|
+
|
1175
|
1177
|
</div>
|
1176
|
1178
|
<div class="inline_block">
|
1177
|
1179
|
 失衡综合症:
|
|
@@ -2728,7 +2730,7 @@ export default {
|
2728
|
2730
|
}
|
2729
|
2731
|
this.check = response.data.data.check;
|
2730
|
2732
|
this.predialysis = response.data.data.PredialysisEvaluation;
|
2731
|
|
- console.log("透前数据",this.predialysis)
|
|
2733
|
+ console.log("透前数据", this.predialysis);
|
2732
|
2734
|
this.predialysis.blood_access_part_opera_name = this.bloodAccessParOperaName(
|
2733
|
2735
|
this.predialysis.blood_access_part_opera_id
|
2734
|
2736
|
);
|