|
@@ -152,7 +152,8 @@
|
152
|
152
|
<td v-if="isShow('置换率')">{{item.replacement_rate?item.replacement_rate:''}}</td>
|
153
|
153
|
<td v-if="isShow('置换率1')">{{item.replacement_rate_one?item.replacement_rate_one:'/'}}</td>
|
154
|
154
|
<td v-if="isShow('置换量')" >
|
155
|
|
- {{item.displacement_quantity?item.displacement_quantity:'0'}}
|
|
155
|
+ <span v-if="org_id!=10702"> {{item.displacement_quantity?item.displacement_quantity:''}}</span>
|
|
156
|
+ <span v-if="org_id==10702"> {{item.displacement_quantity?item.displacement_quantity:'0'}}</span>
|
156
|
157
|
</td>
|
157
|
158
|
|
158
|
159
|
<td v-if="isShow('SpO₂') && template_id != 6 && template_id != 10 && template_id != 11" >
|
|
@@ -612,7 +613,10 @@
|
612
|
613
|
<td v-if="isShow('钠浓度')">{{item.sodium_concentration?item.sodium_concentration:''}}</td>
|
613
|
614
|
<td v-if="isShow('透析液温度')" >{{item.dialysate_temperature?item.dialysate_temperature:''}}</td>
|
614
|
615
|
<td v-if="isShow('置换率')">{{item.replacement_rate?item.replacement_rate:''}}</td>
|
615
|
|
- <td v-if="isShow('置换量')" >{{item.displacement_quantity?item.displacement_quantity:'0'}}</td>
|
|
616
|
+ <td v-if="isShow('置换量')" >
|
|
617
|
+ <span v-if="org_id ==10702"> {{item.displacement_quantity?item.displacement_quantity:'0'}} </span>
|
|
618
|
+ <span v-if="org_id !=10702"> {{item.displacement_quantity?item.displacement_quantity:''}} </span>
|
|
619
|
+ </td>
|
616
|
620
|
<td v-if="isShow('SpO₂') && template_id != 6 && template_id != 10 && template_id != 11" >
|
617
|
621
|
<span v-if="org_id == 10340">{{item.blood_oxygen_saturation?item.blood_oxygen_saturation:'/'}}</span>
|
618
|
622
|
<span v-else>{{item.blood_oxygen_saturation?item.blood_oxygen_saturation:''}}</span>
|