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?.name) ?? '-'
|
||||
}}
|
||||
<q-tooltip>
|
||||
{{
|
||||
($i18n.locale === 'en-US'
|
||||
? currentMyBranch?.nameEN
|
||||
: currentMyBranch?.name) ?? '-'
|
||||
}}
|
||||
</q-tooltip>
|
||||
</span>
|
||||
<span>
|
||||
{{ currentMyBranch?.code ?? '-' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue