|
@@ -632,7 +632,10 @@
|
632
|
632
|
<div class="inline_block" style="flex: 2">
|
633
|
633
|
人工肾装置:
|
634
|
634
|
<div class="under_line" style="width: 50%; text-align: center">
|
635
|
|
- {{prescription.dialysis_irrigation?prescription.dialysis_irrigation:"/"}}
|
|
635
|
+ {{prescription.dialysis_irrigation?prescription.dialysis_irrigation:""}}
|
|
636
|
+ {{
|
|
637
|
+ prescription.dialysis_dialyszers ? prescription.dialysis_dialyszers : ""
|
|
638
|
+ }}
|
636
|
639
|
</div>
|
637
|
640
|
</div>
|
638
|
641
|
<div class="inline_block" style="flex: 1">
|
|
@@ -1024,7 +1027,7 @@
|
1024
|
1027
|
<td width="50">
|
1025
|
1028
|
静脉压(mmHg)/跨膜压(mmHg)
|
1026
|
1029
|
</td>
|
1027
|
|
- <td width="50">超滤率(ml/h)/超滤量(ml)</td>
|
|
1030
|
+ <td width="50">超滤量(ml)/超滤率(ml/h)</td>
|
1028
|
1031
|
<td width="50">置换率(ml/min)/置换量(L)</td>
|
1029
|
1032
|
<td width="50" >
|
1030
|
1033
|
<span > 钠浓度(mmol/L)/温度°C</span>
|
|
@@ -1049,8 +1052,8 @@
|
1049
|
1052
|
{{ monitor.transmembrane_pressure? monitor.transmembrane_pressure : "0" }}
|
1050
|
1053
|
</td>
|
1051
|
1054
|
<td>
|
1052
|
|
- {{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : '0' }} /
|
1053
|
|
- {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : '0' }}
|
|
1055
|
+ {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : '0' }} /
|
|
1056
|
+ {{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : '0' }}
|
1054
|
1057
|
</td>
|
1055
|
1058
|
<td>
|
1056
|
1059
|
{{ monitor.replacement_rate ? monitor.replacement_rate : '0' }} /
|
|
@@ -1067,7 +1070,7 @@
|
1067
|
1070
|
<td>{{monitor.systolic_blood_pressure? monitor.systolic_blood_pressure + "/": ""}}
|
1068
|
1071
|
{{monitor.diastolic_blood_pressure? monitor.diastolic_blood_pressure: ""}}
|
1069
|
1072
|
</td>
|
1070
|
|
- <td></td>
|
|
1073
|
+ <td>{{ monitor.symptom }}</td>
|
1071
|
1074
|
<td>
|
1072
|
1075
|
<div style=" min-height: 35px; line-height: 35px; overflow: hidden; ">
|
1073
|
1076
|
<span
|
|
@@ -1079,19 +1082,17 @@
|
1079
|
1082
|
v-if="
|
1080
|
1083
|
(dialysisOrder &&
|
1081
|
1084
|
monitor.operate_time ==
|
1082
|
|
- dialysisOrder.start_time)&&(org_id!=10414)
|
|
1085
|
+ dialysisOrder.start_time)
|
1083
|
1086
|
"
|
1084
|
1087
|
>【开始透析】引血100ml/min
|
1085
|
1088
|
</template>
|
1086
|
1089
|
|
1087
|
|
- {{ monitor.end }} {{ monitor.symptom }} {{
|
1088
|
|
- monitor.dispose
|
1089
|
|
- }}
|
1090
|
|
- {{ monitor.result }}
|
|
1090
|
+ {{ monitor.end }} {{ monitor.dispose}}
|
|
1091
|
+
|
1091
|
1092
|
</span>
|
1092
|
1093
|
</div>
|
1093
|
1094
|
</td>
|
1094
|
|
- <td></td>
|
|
1095
|
+ <td>{{ monitor.result }}</td>
|
1095
|
1096
|
</tr>
|
1096
|
1097
|
<tr
|
1097
|
1098
|
v-for="(monitor, monindex) in monitors2"
|