|
@@ -40,7 +40,7 @@
|
40
|
40
|
<li v-if="isShow('实际置换量')">
|
41
|
41
|
<label>实际置换量 : </label>
|
42
|
42
|
<span class="content">{{ actual_displacement }}</span>
|
43
|
|
- <span class="unit" v-if="this.$store.getters.xt_user.template_info.template_id != 13 || this.$store.getters.xt_user.template_info.template_id == 40">ml</span>
|
|
43
|
+ <span class="unit" v-if="this.$store.getters.xt_user.template_info.template_id != 13 || this.$store.getters.xt_user.template_info.template_id != 40">ml</span>
|
44
|
44
|
<span class="unit" v-else>L</span>
|
45
|
45
|
</li>
|
46
|
46
|
<li v-if="isShow('压迫后内瘘震颤')">
|