update to fix for round up precision

This commit is contained in:
Jia Sheng
2024-08-08 21:45:00 +08:00
parent 7e9ffd67e2
commit 5be2b60e1c
2 changed files with 10 additions and 10 deletions
@@ -94,7 +94,7 @@
<div class="col">
<validation-wrapper-component :validator="$v.parameters.service_charges">
<label class="all-caps">Service Charges</label>
<input type="text" class="form-control" v-model="parameters.service_charges" v-money="productPrice">
<input type="text" class="form-control" v-model="parameters.service_charges" v-money="money">
</validation-wrapper-component>
</div>
</div>