|
@@ -22,8 +22,8 @@
|
22
|
22
|
<th v-if="isShow('透析液温度')" width="92px">透析液温度(℃)</th>
|
23
|
23
|
<th v-if=" isShow('置换率') && (template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29) " width="92px" > 置换率(ml/min) </th>
|
24
|
24
|
<th v-if=" isShow('置换率') && template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29" width="92px" > 置换率(L/h) </th>
|
25
|
|
- <th v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919) || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 32)" width="92px" > 置换量(ml) </th>
|
26
|
|
- <th v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919) && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id!=32)" width="92px" > 置换量(L) </th>
|
|
25
|
+ <th v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919) || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29)" width="92px" > 置换量(ml) </th>
|
|
26
|
+ <th v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919) && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29)" width="92px" > 置换量(L) </th>
|
27
|
27
|
<th v-if=" isShow('SpO₂') && template_id != 6 && template_id != 10 && template_id != 11 " width="92px" > SpO₂(%) </th>
|
28
|
28
|
<th v-if="isShow('电导度')" width="92px">电导度(mS/m)</th>
|
29
|
29
|
<th v-if="isShow('置换液流量') && template_id != 27" width="92px">置换液流量(ml/h)</th>
|