From 71ba4184938da57e8c5cadd4c2c4f418c769e3bd Mon Sep 17 00:00:00 2001 From: Net Date: Thu, 15 Aug 2024 14:23:52 +0700 Subject: [PATCH] refactor: use components table --- src/pages/03_customer-management/MainPage.vue | 417 ++---------------- 1 file changed, 26 insertions(+), 391 deletions(-) diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index 10820f76..87294e6b 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -34,6 +34,7 @@ import FormEmployeeVisa from 'components/03_customer-management/FormEmployeeVisa import DialogForm from 'components/DialogForm.vue'; import SideMenu from 'components/SideMenu.vue'; import { AddButton } from 'components/button'; +import TableEmpoloyee from 'src/components/03_customer-management/TableEmpoloyee.vue'; import { columnsCustomer, @@ -1347,397 +1348,31 @@ const emptyCreateDialog = ref(false); v-if="listEmployee.length !== 0" class="surface-2 q-pa-md scroll col full-width" > - - - - - - - +