|
@@ -1083,176 +1083,6 @@
|
1083
|
1083
|
</tr>
|
1084
|
1084
|
<tr>
|
1085
|
1085
|
<td style="padding: 0; position: relative" colspan="2">
|
1086
|
|
- <!-- <table class="inside_table">
|
1087
|
|
- <tbody>
|
1088
|
|
- <tr>
|
1089
|
|
- <td
|
1090
|
|
- :colspan="
|
1091
|
|
- prescription.mode_id == 2 ||
|
1092
|
|
- prescription.mode_id == 5
|
1093
|
|
- ? 11
|
1094
|
|
- : 10
|
1095
|
|
- "
|
1096
|
|
- style="
|
1097
|
|
- letter-spacing: 5px;
|
1098
|
|
- text-align: center;
|
1099
|
|
- font-weight: 520;
|
1100
|
|
- font-size: 16px;
|
1101
|
|
- padding: 0px 8px;
|
1102
|
|
- line-height: 30px;
|
1103
|
|
- "
|
1104
|
|
- >
|
1105
|
|
- 治疗记录
|
1106
|
|
- </td>
|
1107
|
|
- </tr>
|
1108
|
|
- <tr>
|
1109
|
|
- <td width="50">时间</td>
|
1110
|
|
- <td width="60">血压<br />(mmHg)</td>
|
1111
|
|
- <td width="50">脉搏<br />(次/分)</td>
|
1112
|
|
- <td width="50">血流量<br />(ml/min)</td>
|
1113
|
|
- <td width="50">
|
1114
|
|
- 静脉压<br />({{
|
1115
|
|
- monitors[0] && monitors[0]["venous_pressure_type"] == 2
|
1116
|
|
- ? "kpa" : "mmHg"
|
1117
|
|
- }})
|
1118
|
|
- </td>
|
1119
|
|
- <td width="50">
|
1120
|
|
- 跨膜压<br />({{ monitors[0] &&
|
1121
|
|
- monitors[0]["transmembrane_pressure_type"] == 2
|
1122
|
|
- ? "kpa" : "mmHg"
|
1123
|
|
- }})
|
1124
|
|
- </td>
|
1125
|
|
- <td width="50">
|
1126
|
|
- <span> 钠浓度<br />(mmol/L)</span>
|
1127
|
|
- </td>
|
1128
|
|
- <td width="50">超滤量<br />(ml)</td>
|
1129
|
|
- <td width="60" v-if=" prescription.mode_id == 2">置换液的速度<br />(ml/h)</td>
|
1130
|
|
- <td width="65">肝素剩余量度<br />(ml)</td>
|
1131
|
|
- <td width="200">病情变化及处理</td>
|
1132
|
|
- </tr>
|
1133
|
|
-
|
1134
|
|
- <tr v-for="(monitor, monindex) in monitors" :key="monindex">
|
1135
|
|
- <td>{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
|
1136
|
|
- <td>{{monitor.systolic_blood_pressure? monitor.systolic_blood_pressure + "/": ""}}
|
1137
|
|
- {{monitor.diastolic_blood_pressure? monitor.diastolic_blood_pressure: ""}}</td>
|
1138
|
|
- <td>{{ monitor.pulse_frequency? monitor.pulse_frequency: ""}}</td>
|
1139
|
|
- <td>{{monitor.blood_flow_volume? monitor.blood_flow_volume: ""}}</td>
|
1140
|
|
- <td><span> {{ monitor.venous_pressure ? monitor.venous_pressure : "" }}</span></td>
|
1141
|
|
- <td>
|
1142
|
|
- <span
|
1143
|
|
- v-if="
|
1144
|
|
- (dialysisOrder && monitor.operate_time > dialysisOrder.end_time) ||
|
1145
|
|
- (dialysisOrder && monitor.operate_time < dialysisOrder.start_time)
|
1146
|
|
- "
|
1147
|
|
- >
|
1148
|
|
- {{
|
1149
|
|
- monitor.transmembrane_pressure
|
1150
|
|
- ? monitor.transmembrane_pressure
|
1151
|
|
- : "/"
|
1152
|
|
- }}
|
1153
|
|
- </span>
|
1154
|
|
- <span
|
1155
|
|
- v-if=" dialysisOrder && monitor.operate_time <= dialysisOrder.end_time &&
|
1156
|
|
- dialysisOrder && monitor.operate_time >= dialysisOrder.start_time "
|
1157
|
|
- >
|
1158
|
|
- {{
|
1159
|
|
- monitor.transmembrane_pressure
|
1160
|
|
- ? monitor.transmembrane_pressure
|
1161
|
|
- : ""
|
1162
|
|
- }}
|
1163
|
|
- </span>
|
1164
|
|
- </td>
|
1165
|
|
- <td>{{monitor.sodium_concentration? monitor.sodium_concentration: ""}}</td>
|
1166
|
|
- <td >
|
1167
|
|
- <span> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
|
1168
|
|
- </td>
|
1169
|
|
- <td v-if=" prescription.mode_id == 2">
|
1170
|
|
- <span> {{ monitor.replacement_speed ? monitor.replacement_speed : "" }}</span>
|
1171
|
|
- </td>
|
1172
|
|
-
|
1173
|
|
- <td>
|
1174
|
|
- <span v-if="record.prescription.anticoagulant != 7">/</span>
|
1175
|
|
- <span v-if="record.prescription.anticoagulant == 7"></span>
|
1176
|
|
- </td>
|
1177
|
|
- <td style="line-height: 16px; padding: 0px">
|
1178
|
|
- <div
|
1179
|
|
- style="
|
1180
|
|
- min-height: 35px;
|
1181
|
|
- line-height: 35px;
|
1182
|
|
- overflow: hidden;
|
1183
|
|
- "
|
1184
|
|
- >
|
1185
|
|
- <span
|
1186
|
|
- style="
|
1187
|
|
- word-break: break-all;
|
1188
|
|
- margin: 0;
|
1189
|
|
- line-height: 16px;
|
1190
|
|
- -webkit-line-clamp: 3;
|
1191
|
|
- overflow: visible;
|
1192
|
|
- display: inline-block;
|
1193
|
|
- vertical-align: middle;
|
1194
|
|
- height: auto;
|
1195
|
|
- "
|
1196
|
|
- >
|
1197
|
|
- <template
|
1198
|
|
- v-if="
|
1199
|
|
- (dialysisOrder &&
|
1200
|
|
- monitor.operate_time ==
|
1201
|
|
- dialysisOrder.start_time)&&(org_id!=10414)
|
1202
|
|
- "
|
1203
|
|
- >【开始透析】
|
1204
|
|
- </template>
|
1205
|
|
-
|
1206
|
|
- {{ monitor.end }} {{ monitor.symptom }} {{
|
1207
|
|
- monitor.dispose
|
1208
|
|
- }}
|
1209
|
|
- {{ monitor.result }}
|
1210
|
|
- </span>
|
1211
|
|
- </div>
|
1212
|
|
- </td>
|
1213
|
|
- </tr>
|
1214
|
|
- <tr
|
1215
|
|
- v-for="(monitor, monindex) in monitors2"
|
1216
|
|
- :key="monindex"
|
1217
|
|
- >
|
1218
|
|
- <td></td>
|
1219
|
|
- <td></td>
|
1220
|
|
- <td></td>
|
1221
|
|
- <td></td>
|
1222
|
|
-
|
1223
|
|
- <td></td>
|
1224
|
|
- <td></td>
|
1225
|
|
- <td></td>
|
1226
|
|
- <td></td>
|
1227
|
|
-
|
1228
|
|
- <td v-if=" prescription.mode_id == 2"></td>
|
1229
|
|
- <td></td>
|
1230
|
|
- <td style="line-height: 16px; padding: 0px">
|
1231
|
|
- <div
|
1232
|
|
- style="
|
1233
|
|
- height: 30px;
|
1234
|
|
- line-height: 30px;
|
1235
|
|
- overflow: hidden;
|
1236
|
|
- "
|
1237
|
|
- >
|
1238
|
|
- <span
|
1239
|
|
- style="
|
1240
|
|
- word-break: break-all;
|
1241
|
|
- margin: 0;
|
1242
|
|
- line-height: 16px;
|
1243
|
|
- -webkit-line-clamp: 3;
|
1244
|
|
- overflow: visible;
|
1245
|
|
- display: inline-block;
|
1246
|
|
- vertical-align: middle;
|
1247
|
|
- height: auto;
|
1248
|
|
- "
|
1249
|
|
- >
|
1250
|
|
- </span>
|
1251
|
|
- </div>
|
1252
|
|
- </td>
|
1253
|
|
- </tr>
|
1254
|
|
- </tbody>
|
1255
|
|
- </table> -->
|
1256
|
1086
|
<div style="width: 100%;text-align: center;">
|
1257
|
1087
|
<div style="border-bottom: 1px solid black;">治疗记录</div>
|
1258
|
1088
|
<div style="display: flex;">
|