From d5d56eece58f05aacec2aef9790cd5253bc78f27 Mon Sep 17 00:00:00 2001
From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com>
Date: Thu, 21 Aug 2025 14:11:35 +0700
Subject: [PATCH] feat(biz-type): add create button on empty
---
.../shared/select/SelectBusinessType.vue | 31 +++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/src/components/shared/select/SelectBusinessType.vue b/src/components/shared/select/SelectBusinessType.vue
index e7c45f41..34c14b68 100644
--- a/src/components/shared/select/SelectBusinessType.vue
+++ b/src/components/shared/select/SelectBusinessType.vue
@@ -95,6 +95,37 @@ function setDefaultValue() {
{{ (lang ?? $i18n.locale) !== 'eng' ? opt.name : opt.nameEN }}
+
+
+
+
+
+
+ {{ $t('general.add', { text: $t('businessType.title') }) }}
+
+
+ {{ creatableDisabledText }}
+
+
+
+
+
+
+
+