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 }">
|
<template #option="{ opt, scope }">
|
||||||
<q-item v-bind="scope.itemProps">
|
<q-item v-bind="scope.itemProps">
|
||||||
<span class="row items-center">
|
<span class="row items-center">
|
||||||
{{
|
{{ (lang ?? $i18n.locale) !== 'eng' ? opt.name : opt.nameEN }}
|
||||||
(lang ?? $i18n.locale) !== 'eng'
|
|
||||||
? opt.name + ' ' + opt.name
|
|
||||||
: opt.nameEN + ' ' + opt.nameEN
|
|
||||||
}}
|
|
||||||
</span>
|
</span>
|
||||||
</q-item>
|
</q-item>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue