|
@@ -328,8 +328,8 @@
|
328
|
328
|
<td width="60" style="height:20px;line-height:20px">温度<br />°C</td>
|
329
|
329
|
<td width="60" style="height:20px;line-height:20px">超滤率<br />ml/h</td>
|
330
|
330
|
<td width="60" style="height:20px;line-height:20px">超滤量<br />ml</td>
|
331
|
|
- <td width="60" style="height:20px;line-height:20px" v-if="record.prescription.mode_id == 2">置换率<br /><br />ml/h</td>
|
332
|
|
- <td width="60" style="height:20px;line-height:20px" v-if="record.prescription.mode_id == 2">置换量<br /><br />ml</td>
|
|
331
|
+<!-- <td width="60" style="height:20px;line-height:20px" v-if="record.prescription.mode_id == 2">置换率<br /><br />ml/h</td>-->
|
|
332
|
+<!-- <td width="60" style="height:20px;line-height:20px" v-if="record.prescription.mode_id == 2">置换量<br /><br />ml</td>-->
|
333
|
333
|
<!-- <td width="60" style="height:20px;line-height:20px">血容量<br />ml</td> -->
|
334
|
334
|
<td width="">病情变化及处理</td>
|
335
|
335
|
</tr>
|
|
@@ -347,13 +347,13 @@
|
347
|
347
|
<td> <span v-if="monitor.operate_time">{{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "/" }}</span></td>
|
348
|
348
|
<td> <span v-if="monitor.operate_time">{{ monitor.venous_pressure ? monitor.venous_pressure : "/" }}</span></td>
|
349
|
349
|
<td> <span v-if="monitor.operate_time">{{ monitor.arterial_pressure ? monitor.arterial_pressure : "/" }}</span></td>
|
350
|
|
-
|
|
350
|
+
|
351
|
351
|
<td> <span v-if="monitor.operate_time">{{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "/" }}</span></td>
|
352
|
352
|
<td> <span v-if="monitor.operate_time">{{monitor.dialysate_temperature ? monitor.dialysate_temperature : '/'}}</span></td>
|
353
|
353
|
<td> <span v-if="monitor.operate_time">{{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : '/'}}</span></td>
|
354
|
354
|
<td> <span v-if="monitor.operate_time">{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "/" }}</span></td>
|
355
|
|
- <td v-if="record.prescription.mode_id == 2"> <span v-if="monitor.operate_time">{{ monitor.replacement_rate ? monitor.replacement_rate : '/'}}</span></td>
|
356
|
|
- <td v-if="record.prescription.mode_id == 2"> <span v-if="monitor.operate_time">{{ monitor.displacement_quantity ? monitor.displacement_quantity : "/" }}</span></td>
|
|
355
|
+<!-- <td v-if="record.prescription.mode_id == 2"> <span v-if="monitor.operate_time">{{ monitor.replacement_rate ? monitor.replacement_rate : '/'}}</span></td>-->
|
|
356
|
+<!-- <td v-if="record.prescription.mode_id == 2"> <span v-if="monitor.operate_time">{{ monitor.displacement_quantity ? monitor.displacement_quantity : "/" }}</span></td>-->
|
357
|
357
|
<!-- <td> <span v-if="monitor.operate_time">{{ monitor.accumulated_blood_volume ? monitor.accumulated_blood_volume : "/" }}</span></td> -->
|
358
|
358
|
<td style="text-align:left;padding-left:10px;">
|
359
|
359
|
<div style="line-height:20px;text-align: left;display: inline-block;">
|
|
@@ -714,7 +714,7 @@ export default {
|
714
|
714
|
|
715
|
715
|
this.records = this.records.concat(resp.data.schedules)
|
716
|
716
|
|
717
|
|
-
|
|
717
|
+
|
718
|
718
|
|
719
|
719
|
for (const recordIndex in this.records) {
|
720
|
720
|
var dlegh = 0
|
|
@@ -751,7 +751,7 @@ export default {
|
751
|
751
|
}
|
752
|
752
|
})
|
753
|
753
|
this.records[recordIndex].his_project = his_project
|
754
|
|
-
|
|
754
|
+
|
755
|
755
|
var delghThree = 0
|
756
|
756
|
if (
|
757
|
757
|
this.records[recordIndex].his_advices &&
|