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" > - - - - - - - +