|
@@ -31,8 +31,8 @@
|
31
|
31
|
<th v-if="isShow('透析液流量')" width="92px">透析液流量(ml/h)</th>
|
32
|
32
|
<th v-if="isShow('肝素用量余量')" width="92px">肝素用量余量(ml)</th>
|
33
|
33
|
<th v-if="isShow('抗凝剂')" width="92px">抗凝剂</th>
|
34
|
|
- <th v-if="isShow('血压监测部位')" width="92px">血压监测部位</th>
|
35
|
|
- <th v-if="isShow('并发症')" width="92px">并发症</th>
|
|
34
|
+ <!-- <th v-if="isShow('血压监测部位')" width="92px">血压监测部位</th>
|
|
35
|
+ <th v-if="isShow('并发症')" width="92px">并发症</th> -->
|
36
|
36
|
<th v-if="isShow('KT/V') && org_id == 9987" width="92px">KT/V</th>
|
37
|
37
|
<th v-if="isShow('病情变化')" width="92px">病情变化</th>
|
38
|
38
|
|
|
@@ -45,7 +45,7 @@
|
45
|
45
|
<td v-if="isShow('血压')"> {{ monitor.systolic_blood_pressure ? monitor.systolic_blood_pressure : "" }}/{{ monitor.diastolic_blood_pressure ? monitor.diastolic_blood_pressure : "" }} </td>
|
46
|
46
|
<td v-if="isShow('脉搏')"> {{ monitor.pulse_frequency ? monitor.pulse_frequency : "" }} </td>
|
47
|
47
|
<td v-if="isShow('呼吸频率')"> {{ monitor.breathing_rate ? monitor.breathing_rate : "" }} </td>
|
48
|
|
- <td v-if="monitors[0] && monitors[0]['venous_pressure_type'] == 2"> {{ monitor.venous_pressure ? monitor.venous_pressure : "" }} /{{ monitor.arterial_pressure ? monitor.arterial_pressure : "" }} </td>
|
|
48
|
+ <td> {{ monitor.venous_pressure ? monitor.venous_pressure : "" }} /{{ monitor.arterial_pressure ? monitor.arterial_pressure : "" }} </td>
|
49
|
49
|
|
50
|
50
|
<td v-if="isShow('血流量')"> {{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "" }} </td>
|
51
|
51
|
<td v-if="isShow('跨膜压')"> {{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "" }} </td>
|
|
@@ -72,8 +72,8 @@
|
72
|
72
|
<span v-if="monitor.monitor_anticoagulant == 9">达肝素</span>
|
73
|
73
|
<span v-if="monitor.monitor_anticoagulant_value!=''">({{monitor.monitor_anticoagulant_value ? monitor.monitor_anticoagulant_value : "" }})</span>
|
74
|
74
|
</td>
|
75
|
|
- <th v-if="isShow('血压监测部位')">{{getBloodPressure(monitor.blood_pressure_monitoring_site)}}</th>
|
76
|
|
- <th v-if="isShow('并发症')">{{getComplication(monitor.complication)}}</th>
|
|
75
|
+ <!-- <th v-if="isShow('血压监测部位')">{{getBloodPressure(monitor.blood_pressure_monitoring_site)}}</th>
|
|
76
|
+ <th v-if="isShow('并发症')">{{getComplication(monitor.complication)}}</th> -->
|
77
|
77
|
<td v-if="isShow('KT/V') && org_id == 9987">{{ monitor.ktv?monitor.ktv:""}}</td>
|
78
|
78
|
<td v-if="isShow('病情变化')">{{ monitor.symptom }}</td>
|
79
|
79
|
<td v-if="isShow('处理')">{{ monitor.dispose }}</td>
|