fix: wrong i18n
This commit is contained in:
parent
36ef8814d9
commit
1e503a1e43
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue