fix: drawer tooltip

This commit is contained in:
puriphatt 2024-08-16 11:09:53 +07:00
parent bc5262bf8f
commit e1a05f544d

View file

@ -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 ?? '-' }}