|
@@ -302,8 +302,8 @@
|
302
|
302
|
<td width="60" style="height:20px;line-height:20px">动脉压</td>
|
303
|
303
|
<td width="60" style="height:20px;line-height:20px">跨膜压</td>
|
304
|
304
|
<td width="60" style="height:20px;line-height:20px">温度</td>
|
305
|
|
- <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id != 2">超滤率</td>
|
306
|
|
- <td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id != 2">超滤量</td>
|
|
305
|
+ <td width="60" style="height:20px;line-height:20px">超滤率</td>
|
|
306
|
+ <td width="60" style="height:20px;line-height:20px">超滤量</td>
|
307
|
307
|
<td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id == 2">置换率</td>
|
308
|
308
|
<td width="60" style="height:20px;line-height:20px" v-if="prescription.mode_id == 2">置换量</td>
|
309
|
309
|
<td width="60" style="height:20px;line-height:20px">血容量</td>
|
|
@@ -326,8 +326,8 @@
|
326
|
326
|
|
327
|
327
|
<td> <span v-if="monitor.operate_time">{{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "/" }}</span></td>
|
328
|
328
|
<td> <span v-if="monitor.operate_time">{{monitor.dialysate_temperature ? monitor.dialysate_temperature : '/'}}</span></td>
|
329
|
|
- <td v-if="prescription.mode_id != 2"> <span v-if="monitor.operate_time">{{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : '/'}}</span></td>
|
330
|
|
- <td v-if="prescription.mode_id != 2"> <span v-if="monitor.operate_time">{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "/" }}</span></td>
|
|
329
|
+ <td> <span v-if="monitor.operate_time">{{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : '/'}}</span></td>
|
|
330
|
+ <td> <span v-if="monitor.operate_time">{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "/" }}</span></td>
|
331
|
331
|
<td v-if="prescription.mode_id == 2"> <span v-if="monitor.operate_time">{{ monitor.replacement_rate ? monitor.replacement_rate : '/'}}</span></td>
|
332
|
332
|
<td v-if="prescription.mode_id == 2"> <span v-if="monitor.operate_time">{{ monitor.displacement_quantity ? monitor.displacement_quantity : "/" }}</span></td>
|
333
|
333
|
<td> <span v-if="monitor.operate_time">{{ monitor.accumulated_blood_volume ? monitor.accumulated_blood_volume : "/" }}</span></td>
|