From 09b51d601ea27a942fb702951d9bb375cd8ffc6d Mon Sep 17 00:00:00 2001 From: net Date: Thu, 11 Sep 2025 13:37:03 +0700 Subject: [PATCH] refactor: can create new type --- .../shared/select/SelectBusinessType.vue | 33 +++++++++++++ src/pages/03_customer-management/MainPage.vue | 2 +- .../employer/EmployerFormBusiness.vue | 49 ++++++++++++++++++- 3 files changed, 82 insertions(+), 2 deletions(-) diff --git a/src/components/shared/select/SelectBusinessType.vue b/src/components/shared/select/SelectBusinessType.vue index 211ed07e..12b6172e 100644 --- a/src/components/shared/select/SelectBusinessType.vue +++ b/src/components/shared/select/SelectBusinessType.vue @@ -158,6 +158,39 @@ function setDefaultValue() { + +