This commit is contained in:
parent
8ef2ca2e96
commit
b5abf693c2
1 changed files with 1 additions and 5 deletions
|
|
@ -102,11 +102,7 @@ function setDefaultValue() {
|
|||
<template #option="{ opt, scope }">
|
||||
<q-item v-bind="scope.itemProps">
|
||||
<span class="row items-center">
|
||||
{{
|
||||
(lang ?? $i18n.locale) !== 'eng'
|
||||
? opt.name + ' ' + opt.name
|
||||
: opt.nameEN + ' ' + opt.nameEN
|
||||
}}
|
||||
{{ (lang ?? $i18n.locale) !== 'eng' ? opt.name : opt.nameEN }}
|
||||
</span>
|
||||
</q-item>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue