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') }}
-
+
+ +