diff --git a/src/pages/05_quotation/MainPage.vue b/src/pages/05_quotation/MainPage.vue index 71c19878..084c36e9 100644 --- a/src/pages/05_quotation/MainPage.vue +++ b/src/pages/05_quotation/MainPage.vue @@ -544,7 +544,11 @@ watch(() => pageState.currentTab, fetchQuotationList); v.customerBranch.registerName || `${v.customerBranch.firstName || '-'} ${v.customerBranch.lastName || ''}` " - :reporter="v.actorName" + :reporter=" + $i18n.locale === 'en-US' + ? v.createdBy.firstNameEN + ' ' + v.createdBy.lastNameEN + : v.createdBy.firstName + ' ' + v.createdBy.lastName + " :total-price="v.totalPrice" @view=" () => {