@@ -178,7 +178,7 @@
class="price cursor-pointer"
@click="openDTDDialog(3, index)"
>
- $ {{ formItem.freight_cost_3.toFixed(2) }}
+ $ {{ Number(formItem.freight_cost_3).toFixed(2) }}
</div>
<div
v-else