From 1e503a1e43e6047f80af58d8338d97e707116d65 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Wed, 16 Oct 2024 09:56:03 +0700 Subject: [PATCH] fix: wrong i18n --- src/pages/05_quotation/MainPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/05_quotation/MainPage.vue b/src/pages/05_quotation/MainPage.vue index 084c36e9..5ce9be85 100644 --- a/src/pages/05_quotation/MainPage.vue +++ b/src/pages/05_quotation/MainPage.vue @@ -545,7 +545,7 @@ watch(() => pageState.currentTab, fetchQuotationList); `${v.customerBranch.firstName || '-'} ${v.customerBranch.lastName || ''}` " :reporter=" - $i18n.locale === 'en-US' + $i18n.locale === 'eng' ? v.createdBy.firstNameEN + ' ' + v.createdBy.lastNameEN : v.createdBy.firstName + ' ' + v.createdBy.lastName "