From abe3cea2cd15f6a4c67c7d3ad292a89c173c29f2 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:45:42 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=80?= =?UTF-8?q?=E0=B8=A3=E0=B8=B5=E0=B8=A2=E0=B8=81=E0=B9=83=E0=B8=8A=E0=B9=89?= =?UTF-8?q?=20TabComponent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/03_customer-management/MainPage.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index 66dd1069..e81180cb 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -10,7 +10,9 @@ import ItemCard from 'src/components/ItemCard.vue'; import FormDialog from 'src/components/FormDialog.vue'; import ProfileUpload from 'src/components/ProfileUpload.vue'; import BasicInformation from 'src/components/03_customer-management/BasicInformation.vue'; +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'; const statusToggle = ref(false); const profileSubmit = ref(false); @@ -199,7 +201,17 @@ function openDialogInputForm() {