From d4a9be9236b199848ed7bf4f30213ba3da787025 Mon Sep 17 00:00:00 2001
From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com>
Date: Thu, 21 Aug 2025 13:09:20 +0700
Subject: [PATCH] feat: add create slot for business type select
---
.../shared/select/SelectBusinessType.vue | 33 +++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/src/components/shared/select/SelectBusinessType.vue b/src/components/shared/select/SelectBusinessType.vue
index d143a16a..e7c45f41 100644
--- a/src/components/shared/select/SelectBusinessType.vue
+++ b/src/components/shared/select/SelectBusinessType.vue
@@ -95,6 +95,39 @@ function setDefaultValue() {
{{ (lang ?? $i18n.locale) !== 'eng' ? opt.name : opt.nameEN }}
+
+
+
+
+
+
+ {{ $t('general.add', { text: $t('businessType.title') }) }}
+
+
+ {{ creatableDisabledText }}
+
+
+
+
+
+
+
+