|
@@ -85,7 +85,7 @@
|
85
|
85
|
<div class="widthLength25">附加重物量:{{ predialysis.additional_weight ? predialysis.additional_weight : 0 }} Kg</div>
|
86
|
86
|
<div class="widthLength25">透前体重:{{ predialysis.weight_before ? predialysis.weight_before : "" }} Kg</div>
|
87
|
87
|
<div class="widthLength25">干体重:{{ predialysis.dry_weight ? predialysis.dry_weight : "" }} Kg</div>
|
88
|
|
- <div class="widthLength25">预计进食量:{{ predialysis.estimated_food_intake ? predialysis.estimated_food_intake : '无' }}</div>
|
|
88
|
+ <div class="widthLength25">预计进食量:{{ predialysis.estimated_food_intake ? predialysis.estimated_food_intake + ' g' : '无' }}</div>
|
89
|
89
|
</div>
|
90
|
90
|
<div class="lineHeight">
|
91
|
91
|
其他:{{ predialysis.remark ? predialysis.remark : '' }}
|
|
@@ -169,7 +169,6 @@
|
169
|
169
|
<td colspan="3" style="width:130px;height:40px">执行时间</td>
|
170
|
170
|
<td colspan="2" style="width:130px;height:40px">核对护士</td>
|
171
|
171
|
<td colspan="2" style="width:108px;height:40px">执行护士</td>
|
172
|
|
- <td colspan="2" style="width:108px;height:40px">带教学生</td>
|
173
|
172
|
</tr>
|
174
|
173
|
|
175
|
174
|
<tr v-for="(advice, advice_index) in tableAdvice" style="height:30px">
|
|
@@ -211,7 +210,6 @@
|
211
|
210
|
</span>
|
212
|
211
|
<img style="height:20px;" :src="setAdminUserES(advice.execution_staff)" alt srcset v-else />
|
213
|
212
|
</td>
|
214
|
|
- <td colspan="2"><span v-if="advice.start_time">无</span></td>
|
215
|
213
|
</tr>
|
216
|
214
|
</tbody>
|
217
|
215
|
</table>
|
|
@@ -260,7 +258,6 @@
|
260
|
258
|
<img class="es-img" style="height:20px;" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.start_nurse)" alt="" srcset="" v-else>
|
261
|
259
|
</span>
|
262
|
260
|
</div>
|
263
|
|
- <div style="width:16%;">学生:无</div>
|
264
|
261
|
</div>
|
265
|
262
|
<div class="lineHeight">治疗过程中检测记录:血压检测部位:{{ monitors && monitors[0] ? monitors[0].blood_pressure_monitoring_site : '' }}</div>
|
266
|
263
|
<table class="print-table" border="1">
|
|
@@ -413,8 +410,6 @@
|
413
|
410
|
<img class="es-img" style="height:20px;" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.finish_nurse)" alt="" srcset="" v-else>
|
414
|
411
|
</span>
|
415
|
412
|
</div>
|
416
|
|
- <div style="width:16%;">学生:无</div>
|
417
|
|
- <div style="width:16%;">带教老师:无</div>
|
418
|
413
|
</div>
|
419
|
414
|
<div class="lineHeight">
|
420
|
415
|
病程记录:
|
|
@@ -883,30 +878,6 @@ export default {
|
883
|
878
|
if (prescription.anticoagulant == 7) {
|
884
|
879
|
prescription.anticoagulant = "低分子肝素钠";
|
885
|
880
|
}
|
886
|
|
- if (prescription.blood_access === 1) {
|
887
|
|
- prescription.blood_access = "正常";
|
888
|
|
- }
|
889
|
|
- if (prescription.blood_access === 2) {
|
890
|
|
- prescription.blood_access = "震颤";
|
891
|
|
- }
|
892
|
|
- if (prescription.blood_access === 3) {
|
893
|
|
- prescription.blood_access = "堵塞";
|
894
|
|
- }
|
895
|
|
- if (prescription.blood_access === 4) {
|
896
|
|
- prescription.blood_access = "血肿";
|
897
|
|
- }
|
898
|
|
- if (prescription.blood_access === 5) {
|
899
|
|
- prescription.blood_access = "淤血";
|
900
|
|
- }
|
901
|
|
- if (prescription.blood_access === 6) {
|
902
|
|
- prescription.blood_access = "感染";
|
903
|
|
- }
|
904
|
|
- if (prescription.blood_access === 7) {
|
905
|
|
- prescription.blood_access = "自体内瘘";
|
906
|
|
- }
|
907
|
|
- if (prescription.blood_access === 8) {
|
908
|
|
- prescription.blood_access = "人工血管内瘘";
|
909
|
|
- }
|
910
|
881
|
if (prescription.replacement_way === 1) {
|
911
|
882
|
prescription.replacement_way = "前置换";
|
912
|
883
|
}
|