XMLWAN 4 年之前
父節點
當前提交
2bb9a397e7
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/xt_pages/dialysis/details/dialysisMonitoring.vue

+ 5 - 5
src/xt_pages/dialysis/details/dialysisMonitoring.vue 查看文件

31
           <th v-if="isShow('透析液流量')" width="92px">透析液流量(ml/h)</th>
31
           <th v-if="isShow('透析液流量')" width="92px">透析液流量(ml/h)</th>
32
           <th v-if="isShow('肝素用量余量')" width="92px">肝素用量余量(ml)</th>
32
           <th v-if="isShow('肝素用量余量')" width="92px">肝素用量余量(ml)</th>
33
           <th v-if="isShow('抗凝剂')" width="92px">抗凝剂</th>
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
           <th v-if="isShow('KT/V') && org_id == 9987" width="92px">KT/V</th>
36
           <th v-if="isShow('KT/V') && org_id == 9987" width="92px">KT/V</th>
37
           <th v-if="isShow('病情变化')" width="92px">病情变化</th>
37
           <th v-if="isShow('病情变化')" width="92px">病情变化</th>
38
 
38
 
45
           <td v-if="isShow('血压')"> {{ monitor.systolic_blood_pressure ? monitor.systolic_blood_pressure : "" }}/{{ monitor.diastolic_blood_pressure ? monitor.diastolic_blood_pressure : "" }} </td>
45
           <td v-if="isShow('血压')"> {{ monitor.systolic_blood_pressure ? monitor.systolic_blood_pressure : "" }}/{{ monitor.diastolic_blood_pressure ? monitor.diastolic_blood_pressure : "" }} </td>
46
           <td v-if="isShow('脉搏')"> {{ monitor.pulse_frequency ? monitor.pulse_frequency : "" }} </td>
46
           <td v-if="isShow('脉搏')"> {{ monitor.pulse_frequency ? monitor.pulse_frequency : "" }} </td>
47
           <td v-if="isShow('呼吸频率')"> {{ monitor.breathing_rate ? monitor.breathing_rate : "" }} </td>
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
           <td v-if="isShow('血流量')"> {{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "" }} </td>
50
           <td v-if="isShow('血流量')"> {{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "" }} </td>
51
           <td v-if="isShow('跨膜压')"> {{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "" }} </td>
51
           <td v-if="isShow('跨膜压')"> {{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "" }} </td>
72
             <span v-if="monitor.monitor_anticoagulant == 9">达肝素</span>
72
             <span v-if="monitor.monitor_anticoagulant == 9">达肝素</span>
73
             <span v-if="monitor.monitor_anticoagulant_value!=''">({{monitor.monitor_anticoagulant_value ? monitor.monitor_anticoagulant_value : ""  }})</span>
73
             <span v-if="monitor.monitor_anticoagulant_value!=''">({{monitor.monitor_anticoagulant_value ? monitor.monitor_anticoagulant_value : ""  }})</span>
74
           </td>
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
           <td v-if="isShow('KT/V') && org_id == 9987">{{ monitor.ktv?monitor.ktv:""}}</td>
77
           <td v-if="isShow('KT/V') && org_id == 9987">{{ monitor.ktv?monitor.ktv:""}}</td>
78
           <td v-if="isShow('病情变化')">{{ monitor.symptom }}</td>
78
           <td v-if="isShow('病情变化')">{{ monitor.symptom }}</td>
79
           <td v-if="isShow('处理')">{{ monitor.dispose }}</td>
79
           <td v-if="isShow('处理')">{{ monitor.dispose }}</td>