|
@@ -24,8 +24,11 @@
|
24
|
24
|
</th>
|
25
|
25
|
<th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
|
26
|
26
|
<th v-if="isShow('透析液温度')" width="92px">透析液温度(℃)</th>
|
27
|
|
- <th v-if="isShow('置换率')" width="92px">置换率(L/h)</th>
|
28
|
|
- <th v-if="isShow('置换量')" width="92px">置换量(L)</th>
|
|
27
|
+ <th v-if="isShow('置换率')&& template_id == 6" width="92px">置换率(ml/min)</th>
|
|
28
|
+ <th v-if="isShow('置换率')&& template_id != 6" width="92px">置换率(L/h)</th>
|
|
29
|
+ <th v-if="isShow('置换量')&& template_id == 6" width="50px">置换量(ml)</th>
|
|
30
|
+ <th v-if="isShow('置换量')&& template_id != 6" width="50px">置换量(L)</th>
|
|
31
|
+
|
29
|
32
|
|
30
|
33
|
<th v-if="isShow('电导度')" width="92px">电导度(mS/m)</th>
|
31
|
34
|
<th v-if="isShow('置换液流量')" width="92px">置换液流量(ml/h)</th>
|
|
@@ -42,15 +45,17 @@
|
42
|
45
|
</td>
|
43
|
46
|
<td v-if="isShow('血压')">
|
44
|
47
|
{{
|
45
|
|
- item.systolic_blood_pressure ? item.systolic_blood_pressure : ""
|
|
48
|
+ item.systolic_blood_pressure ? item.systolic_blood_pressure : ""
|
46
|
49
|
}}/{{
|
47
|
|
- item.diastolic_blood_pressure ? item.diastolic_blood_pressure : ""
|
|
50
|
+ item.diastolic_blood_pressure ? item.diastolic_blood_pressure : ""
|
48
|
51
|
}}
|
49
|
52
|
</td>
|
50
|
|
-
|
51
|
53
|
<td v-if="isShow('脉搏')">
|
52
|
54
|
{{ item.pulse_frequency ? item.pulse_frequency : "" }}
|
53
|
55
|
</td>
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
54
|
59
|
<td v-if="isShow('呼吸频率')">
|
55
|
60
|
{{ item.breathing_rate ? item.breathing_rate : "" }}
|
56
|
61
|
</td>
|