fix: wrong i18n

This commit is contained in:
Methapon Metanipat 2024-10-16 09:56:03 +07:00
parent 36ef8814d9
commit 1e503a1e43

View file

@ -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
"