|
@@ -38,7 +38,7 @@
|
38
|
38
|
<th v-if="isShow('血压监测')" width="92px">血压监测</th>
|
39
|
39
|
<!-- <th v-if="isShow('血压监测部位')" width="92px">血压监测部位</th>
|
40
|
40
|
<th v-if="isShow('并发症')" width="92px">并发症</th> -->
|
41
|
|
- <th v-if="isShow('KT/V') && (org_id == 9987 || org_id == 10215)" width="92px">KT/V</th>
|
|
41
|
+ <th v-if="isShow('KT/V') && (org_id == 9987 || org_id == 10215 || org_id == 9800)" width="92px">KT/V</th>
|
42
|
42
|
<th v-if="isShow('病情变化')" width="92px">病情变化</th>
|
43
|
43
|
|
44
|
44
|
<th v-if="isShow('处理')" width="92px">处理</th>
|
|
@@ -85,7 +85,7 @@
|
85
|
85
|
<th v-if="isShow('尿素监测')" width="92px">{{monitor.urea_monitoring ? monitor.urea_monitoring : ""}}</th>
|
86
|
86
|
<th v-if="isShow('血浓量')" width="92px">{{monitor.blood_thickness ? monitor.blood_thickness : ""}}</th>
|
87
|
87
|
<th v-if="isShow('血压监测')" width="92px">{{monitor.blood_monitor ? monitor.blood_monitor : ""}}</th>
|
88
|
|
- <td v-if="isShow('KT/V') && (org_id == 9987 || org_id == 10215)">{{ monitor.ktv?monitor.ktv:""}}</td>
|
|
88
|
+ <td v-if="isShow('KT/V') && (org_id == 9987 || org_id == 10215 || org_id == 9800)">{{ monitor.ktv?monitor.ktv:""}}</td>
|
89
|
89
|
<td v-if="isShow('病情变化')">{{ monitor.symptom }}</td>
|
90
|
90
|
<td v-if="isShow('处理')">{{ monitor.dispose }}</td>
|
91
|
91
|
<td v-if="isShow('结果')">{{ monitor.result }}</td>
|