From 503e8ed0a3ee3ac7d3102fd68693c9f43706949e Mon Sep 17 00:00:00 2001 From: Net Date: Tue, 16 Jul 2024 09:41:56 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B8=AB=E0=B8=99=E0=B9=89=E0=B8=B2?= =?UTF-8?q?=E0=B8=99=E0=B8=B2=E0=B8=A2=E0=B8=88=E0=B9=89=E0=B8=B2=E0=B8=87?= =?UTF-8?q?=E0=B9=84=E0=B8=A1=E0=B9=88=E0=B9=81=E0=B8=AA=E0=B8=94=E0=B8=87?= =?UTF-8?q?=E0=B8=95=E0=B8=AD=E0=B8=99=E0=B9=84=E0=B8=A1=E0=B9=88=E0=B9=84?= =?UTF-8?q?=E0=B8=94=E0=B9=89=E0=B8=81=E0=B8=94=E0=B9=80=E0=B8=A5=E0=B8=B7?= =?UTF-8?q?=E0=B8=AD=E0=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/03_customer-management/MainPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index 55c88116..475e88f3 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -552,7 +552,7 @@ const dialogEmployee = ref(false); const infoDrawerBranch = ref(false); -const selectorLabel = ref(''); +const selectorLabel = ref('EMPLOYER'); const selectorList = computed(() => [ { label: 'EMPLOYER',