@@ -505,7 +505,7 @@
<td width="55">置换液:</td>
<td width="40">
<div class="under-line">
- {{ prescription.replacement_total ? prescription.replacement_total : "" }}
+ <span v-if="prescription.mode_id == 2">{{ prescription.replacement_total ? prescription.replacement_total : "" }}</span>
</div>
</td>
<td width="10">ml</td>