|
@@ -256,7 +256,7 @@
|
256
|
256
|
> 追加:<span
|
257
|
257
|
style="width:35px;display: inline-block;"
|
258
|
258
|
>{{
|
259
|
|
- record.prescription.anticoagulant_weichi
|
|
259
|
+ record.prescription.anticoagulant_weichi && record.prescription.anticoagulant == 2
|
260
|
260
|
? record.prescription.anticoagulant_weichi
|
261
|
261
|
: ""
|
262
|
262
|
}}</span
|
|
@@ -295,9 +295,7 @@
|
295
|
295
|
style="width:50px;display: inline-block;"
|
296
|
296
|
>{{
|
297
|
297
|
record.prescription.anticoagulant_zongliang &&
|
298
|
|
- (record.prescription.anticoagulant !=
|
299
|
|
- 6 ||
|
300
|
|
- record.prescription.anticoagulant == 7)
|
|
298
|
+ record.prescription.anticoagulant == 2
|
301
|
299
|
? record.prescription.anticoagulant_zongliang
|
302
|
300
|
: ""
|
303
|
301
|
}}</span
|
|
@@ -448,7 +446,7 @@
|
448
|
446
|
isValueIndexOfCheck(
|
449
|
447
|
record.assessment_before_dislysis,
|
450
|
448
|
'blood_access_internal_fistula',
|
451
|
|
- '自体内瘘'
|
|
449
|
+ '内瘘'
|
452
|
450
|
)
|
453
|
451
|
"
|
454
|
452
|
showValue="内瘘"
|
|
@@ -492,7 +490,11 @@
|
492
|
490
|
isValueIndexOfCheck(
|
493
|
491
|
record.assessment_before_dislysis,
|
494
|
492
|
'blood_access_internal_fistula',
|
495
|
|
- '自体内瘘'
|
|
493
|
+ '人造血管'
|
|
494
|
+ ) || isValueIndexOfCheck(
|
|
495
|
+ record.assessment_before_dislysis,
|
|
496
|
+ 'blood_access_internal_fistula',
|
|
497
|
+ '移植血管'
|
496
|
498
|
)
|
497
|
499
|
"
|
498
|
500
|
showValue="其他"
|
|
@@ -922,8 +924,8 @@
|
922
|
924
|
<td>
|
923
|
925
|
<span v-if="getTime(monitor.operate_time) != ''">
|
924
|
926
|
{{
|
925
|
|
- monitor.arterial_pressure
|
926
|
|
- ? monitor.arterial_pressure
|
|
927
|
+ monitor.venous_pressure
|
|
928
|
+ ? monitor.venous_pressure
|
927
|
929
|
: "0"
|
928
|
930
|
}}</span
|
929
|
931
|
>
|
|
@@ -1050,7 +1052,7 @@
|
1050
|
1052
|
</td>
|
1051
|
1053
|
<td colspan="5" style="height:30px;">
|
1052
|
1054
|
<span v-for="(item,index) in advice" :key="index">
|
1053
|
|
- <span v-if="item.children.length > 0">
|
|
1055
|
+ <!-- <span v-if="item.children.length > 0"> -->
|
1054
|
1056
|
<span v-if="item.parent_id > 0">---></span>
|
1055
|
1057
|
<span>{{ item.advice_name }}</span>
|
1056
|
1058
|
<span v-if="item && item.advice_desc"
|
|
@@ -1097,7 +1099,7 @@
|
1097
|
1099
|
>
|
1098
|
1100
|
</span>
|
1099
|
1101
|
</span>
|
1100
|
|
- </span>
|
|
1102
|
+ <!-- </span> -->
|
1101
|
1103
|
<div v-else>
|
1102
|
1104
|
<span v-if="item.parent_id > 0">---></span>
|
1103
|
1105
|
<span>{{ item.advice_name }}</span>
|