From e1a05f544dc068dee98ff8b47fd0c08ab1fd5d15 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Fri, 16 Aug 2024 11:09:53 +0700 Subject: [PATCH] fix: drawer tooltip --- src/layouts/DrawerComponent.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/layouts/DrawerComponent.vue b/src/layouts/DrawerComponent.vue index 3309ada4..777df27b 100644 --- a/src/layouts/DrawerComponent.vue +++ b/src/layouts/DrawerComponent.vue @@ -241,6 +241,13 @@ function branchSetting() {} ? currentMyBranch?.nameEN : currentMyBranch?.name) ?? '-' }} + + {{ + ($i18n.locale === 'en-US' + ? currentMyBranch?.nameEN + : currentMyBranch?.name) ?? '-' + }} + {{ currentMyBranch?.code ?? '-' }}