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 "