fix: show name anmd name en
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
b5abf693c2
commit
dbca22f639
1 changed files with 1 additions and 5 deletions
|
|
@ -92,11 +92,7 @@ function setDefaultValue() {
|
|||
@filter="filter"
|
||||
>
|
||||
<template #selected-item="{ opt }">
|
||||
{{
|
||||
(lang ?? $i18n.locale) !== 'eng'
|
||||
? opt.name + ' ' + opt.name
|
||||
: opt.nameEN + ' ' + opt.nameEN
|
||||
}}
|
||||
{{ (lang ?? $i18n.locale) !== 'eng' ? opt.name : opt.nameEN }}
|
||||
</template>
|
||||
|
||||
<template #option="{ opt, scope }">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue