fix: drawer tooltip
This commit is contained in:
parent
bc5262bf8f
commit
e1a05f544d
1 changed files with 7 additions and 0 deletions
|
|
@ -241,6 +241,13 @@ function branchSetting() {}
|
||||||
? currentMyBranch?.nameEN
|
? currentMyBranch?.nameEN
|
||||||
: currentMyBranch?.name) ?? '-'
|
: currentMyBranch?.name) ?? '-'
|
||||||
}}
|
}}
|
||||||
|
<q-tooltip>
|
||||||
|
{{
|
||||||
|
($i18n.locale === 'en-US'
|
||||||
|
? currentMyBranch?.nameEN
|
||||||
|
: currentMyBranch?.name) ?? '-'
|
||||||
|
}}
|
||||||
|
</q-tooltip>
|
||||||
</span>
|
</span>
|
||||||
<span>
|
<span>
|
||||||
{{ currentMyBranch?.code ?? '-' }}
|
{{ currentMyBranch?.code ?? '-' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue