|
@@ -76,7 +76,7 @@
|
76
|
76
|
上机前病情:
|
77
|
77
|
<label-box :isChecked="record.assessment_before_dislysis.symptom_before_dialysis_other==''?true :false" showValue="无特殊"></label-box>
|
78
|
78
|
<label-box :isChecked="record.assessment_before_dislysis.symptom_before_dialysis_other!=''?true :false" showValue="症状:"></label-box>
|
79
|
|
-
|
|
79
|
+
|
80
|
80
|
<span>{{record.assessment_before_dislysis.symptom_before_dialysis_other}}</span>
|
81
|
81
|
</div>
|
82
|
82
|
</td>
|
|
@@ -87,7 +87,7 @@
|
87
|
87
|
{{ record.assessment_before_dislysis.diastolic_blood_pressure ? record.assessment_before_dislysis.diastolic_blood_pressure : ""}}
|
88
|
88
|
mmHg
|
89
|
89
|
</div>
|
90
|
|
-
|
|
90
|
+
|
91
|
91
|
</td>
|
92
|
92
|
</tr>
|
93
|
93
|
|
|
@@ -148,7 +148,7 @@
|
148
|
148
|
<td colspan="3">
|
149
|
149
|
<div style="display: flex;">
|
150
|
150
|
<div style="flex: 1;">
|
151
|
|
- 上次透后体重:{{ record.lastafterweight.weight_after ?
|
|
151
|
+ 上次透后体重:{{ record.lastafterweight.weight_after ?
|
152
|
152
|
parseFloat( record.lastafterweight.weight_after).toFixed(1)
|
153
|
153
|
: '未称重'}}kg
|
154
|
154
|
</div>
|
|
@@ -189,7 +189,7 @@
|
189
|
189
|
<div style="line-height:30px;">
|
190
|
190
|
<span>目标脱水量: {{ record.prescription.target_ultrafiltration ? record.prescription.target_ultrafiltration : "" }} </span>L
|
191
|
191
|
<span>处方脱水量: {{ record.prescription.prescription_water ? record.prescription.prescription_water : "" }} </span>L
|
192
|
|
- <span>透析液流量: {{ record.prescription.dialysate_flow ? record.prescription.dialysate_flow : "" }} </span>ml/h
|
|
192
|
+ <!-- <span>透析液流量: {{ record.prescription.dialysate_flow ? record.prescription.dialysate_flow : "" }} </span>ml/h -->
|
193
|
193
|
</div>
|
194
|
194
|
</td>
|
195
|
195
|
<td >
|
|
@@ -634,13 +634,14 @@
|
634
|
634
|
this.records[recordIndex].isShowZero = true
|
635
|
635
|
}
|
636
|
636
|
|
|
637
|
+
|
637
|
638
|
var delghTwo = 0
|
638
|
639
|
|
639
|
640
|
if (
|
640
|
641
|
this.records[recordIndex].advices &&
|
641
|
642
|
this.records[recordIndex].advices.length < 10
|
642
|
643
|
) {
|
643
|
|
- delghTwo = 10 - this.records[recordIndex].advices.length
|
|
644
|
+ delghTwo = 10 - (this.records[recordIndex].advices.length)
|
644
|
645
|
} else {
|
645
|
646
|
delghTwo = 0
|
646
|
647
|
}
|
|
@@ -660,7 +661,7 @@
|
660
|
661
|
}
|
661
|
662
|
}
|
662
|
663
|
console.log('his_advices',this.records[recordIndex].advices);
|
663
|
|
-
|
|
664
|
+
|
664
|
665
|
var childMap = {}
|
665
|
666
|
for (const index in this.records[recordIndex].advices) {
|
666
|
667
|
if (this.records[recordIndex].advices[index].parent_id == 0) {
|
|
@@ -695,7 +696,7 @@
|
695
|
696
|
}
|
696
|
697
|
// advices = advices.concat(this.records[recordIndex].his_advices)
|
697
|
698
|
console.log('advices',advices);
|
698
|
|
-
|
|
699
|
+
|
699
|
700
|
var leftAdvice = []
|
700
|
701
|
var rightAdvice = []
|
701
|
702
|
var adlen = advices.length
|