|
@@ -32,8 +32,8 @@
|
32
|
32
|
<th v-if="isShow('血流量')" width="60px"> 血流量 <br />(ml/min) </th>
|
33
|
33
|
<th width="76px"> 静脉压/动脉压 <br />(mmHg) </th>
|
34
|
34
|
<th v-if="isShow('跨膜压')" width="60px"> 跨膜压 <br />(mmHg) </th>
|
35
|
|
- <th v-if="isShow('超滤量') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17)" width="50px" > 超滤量 <br />(ml) </th>
|
36
|
|
- <th v-if="isShow('超滤量') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17" width="50px" > 超滤量 <br />(L) </th>
|
|
35
|
+ <th v-if="isShow('超滤量') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18)" width="50px" > 超滤量 <br />(ml) </th>
|
|
36
|
+ <th v-if="isShow('超滤量') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18" width="50px" > 超滤量 <br />(L) </th>
|
37
|
37
|
<th v-if="isShow('钠浓度')" width="60px"> 钠浓度 <br />(mmol/L) </th>
|
38
|
38
|
<th v-if="isShow('透析液温度')" width="60px"> 透析液温度 <br />(℃) </th>
|
39
|
39
|
<th v-if="isShow('置换率') && (template_id ==6 || template_id == 10 || template_id == 11)" width="50px" > 置换率 <br />(ml/min) </th>
|
|
@@ -44,8 +44,8 @@
|
44
|
44
|
<th v-if="isShow('电导度')" width="50px"> 电导度 <br />(mS/cm) </th>
|
45
|
45
|
<th v-if="isShow('置换液流量')" width="50px"> 置换液流量 <br />(ml/h) </th>
|
46
|
46
|
<th v-if="isShow('透析液流量')" width="50px"> 透析液流量 <br />(ml/h) </th>
|
47
|
|
- <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17)" width="50px"> 超滤率 <br />(ml/h) </th>
|
48
|
|
- <th v-if="isShow('超滤率') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17" width="50px"> 超滤率 <br />(L/h) </th>
|
|
47
|
+ <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18)" width="50px"> 超滤率 <br />(ml/h) </th>
|
|
48
|
+ <th v-if="isShow('超滤率') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18" width="50px"> 超滤率 <br />(L/h) </th>
|
49
|
49
|
<th v-if="isShow('肝素用量余量')" width="60px"> 肝素用量余量 <br />(ml) </th>
|
50
|
50
|
<th v-if="isShow('病情变化')" width="92px">病情变化</th>
|
51
|
51
|
<th v-if="isShow('处理')" width="92px">处理</th>
|
|
@@ -194,7 +194,7 @@
|
194
|
194
|
>转换</button>
|
195
|
195
|
</div>
|
196
|
196
|
<div class="cell" v-if="isShow('超滤量')">
|
197
|
|
- <label v-if="template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17" >超滤量(ml)</label>
|
|
197
|
+ <label v-if="template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18" >超滤量(ml)</label>
|
198
|
198
|
<label v-else>超滤量(L)</label>
|
199
|
199
|
<input
|
200
|
200
|
type="number"
|
|
@@ -205,7 +205,7 @@
|
205
|
205
|
/>
|
206
|
206
|
</div>
|
207
|
207
|
<div class="cell" v-if="isShow('超滤率')">
|
208
|
|
- <label v-if="template_id == 6 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17">超滤率(ml/h)</label>
|
|
208
|
+ <label v-if="template_id == 6 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18">超滤率(ml/h)</label>
|
209
|
209
|
<label v-else>超滤率(L/h)</label>
|
210
|
210
|
<input
|
211
|
211
|
type="number"
|