fix: vat display format

This commit is contained in:
puriphatt 2024-10-11 10:52:01 +07:00
parent 389995ad76
commit a31d95e496

View file

@ -496,7 +496,9 @@ watch(
msg: `${config && Math.round(config.vat * 100)}%`,
})
}}
<span class="q-ml-auto">{{ summaryPrice.vat || 0 }} ฿</span>
<span class="q-ml-auto">
{{ formatNumberDecimal(summaryPrice.vat || 0, 2) }} ฿
</span>
</div>
<div class="row">
{{ $t('general.discountAfterVat') }}