diff --git a/src/pages/01_branch-management/MainPage.vue b/src/pages/01_branch-management/MainPage.vue index 9502bd9b..489beb35 100644 --- a/src/pages/01_branch-management/MainPage.vue +++ b/src/pages/01_branch-management/MainPage.vue @@ -76,6 +76,8 @@ onMounted(async () => { } }); +const statusFilter = ref<'all' | 'statusACTIVE' | 'statusINACTIVE'>('all'); + const currentHq = ref<{ id: string; code: string }>({ id: '', code: '', @@ -530,18 +532,64 @@ watch(locale, () => {
-
- - +
+
{{ $t('branchInHQ') }} {{ currentHq.code }} @@ -581,6 +629,18 @@ watch(locale, () => {