fix(05): product item table
This commit is contained in:
parent
9d745d8e52
commit
e3b1693214
3 changed files with 67 additions and 59 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue