fix(05): product item table

This commit is contained in:
puriphatt 2024-10-04 09:14:46 +07:00
parent 9d745d8e52
commit e3b1693214
3 changed files with 67 additions and 59 deletions

View file

@ -101,7 +101,7 @@ defineEmits<{
icon="ph:money-fill"
style="font-size: 24px; color: var(--green-9)"
/>
{{ $t('quotation.totalPrice') }} :
{{ $t('quotation.totalPriceBaht') }} :
<div class="q-pl-xs" style="color: var(--orange-5)">
{{ formatNumberDecimal(totalPrice || 0, 2) }}
</div>