diff --git a/src/components/05_quotation/ProductItem.vue b/src/components/05_quotation/ProductItem.vue index 9d3be664..e5b3a452 100644 --- a/src/components/05_quotation/ProductItem.vue +++ b/src/components/05_quotation/ProductItem.vue @@ -123,7 +123,7 @@ const columns = [ @delete="(i) => $emit('delete', i)" > -
- {{ $t('quotation.price') }} + {{ $t('quotation.allProductPrice') }} {{ summary.totalPrice }} ฿
@@ -240,7 +246,7 @@ const columns = [
- Total Price + {{ $t('quotation.totalPrice') }} {{ summary.finalPrice }} ฿
diff --git a/src/components/05_quotation/QuotationCard.vue b/src/components/05_quotation/QuotationCard.vue index 3e5d31ae..a9e4ef40 100644 --- a/src/components/05_quotation/QuotationCard.vue +++ b/src/components/05_quotation/QuotationCard.vue @@ -101,7 +101,7 @@ defineEmits<{ icon="ph:money-fill" style="font-size: 24px; color: var(--green-9)" /> - {{ $t('quotation.totalPrice') }} : + {{ $t('quotation.totalPriceBaht') }} :
{{ formatNumberDecimal(totalPrice || 0, 2) }}
diff --git a/src/components/TableComponents.vue b/src/components/TableComponents.vue index 05a3664d..87976049 100644 --- a/src/components/TableComponents.vue +++ b/src/components/TableComponents.vue @@ -86,44 +86,46 @@ defineEmits<{