From d0d498a0e035b42917679bc5e2242b45f7b2d311 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:41:11 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E0=B9=80=E0=B8=A3=E0=B8=B5=E0=B8=A2?= =?UTF-8?q?=E0=B8=81=E0=B9=83=E0=B8=8A=E0=B9=89=20FormBusiness?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/03_customer-management/MainPage.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index e81180cb..3a88b3d7 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -13,6 +13,7 @@ import BasicInformation from 'src/components/03_customer-management/BasicInforma import FormCustomerBranch from 'src/components/03_customer-management/FormCustomerBranch.vue'; import TabComponent from 'src/components/TabComponent.vue'; import FormAddress from 'src/components/02_personnel-management/FormAddress.vue'; +import FormBusiness from 'src/components/03_customer-management/FormBusiness.vue'; const statusToggle = ref(false); const profileSubmit = ref(false); @@ -205,10 +206,16 @@ function openDialogInputForm() {
• {{ $t('test') }}
-
+
+ +