From ec854acd6216a30d2973713d91a0f59a0823ea0b Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:56:31 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=20=E0=B8=9B?= =?UTF-8?q?=E0=B8=B8=E0=B9=88=E0=B8=A1=20=E0=B9=80=E0=B8=9E=E0=B8=B4?= =?UTF-8?q?=E0=B9=88=E0=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/03_customer-management/MainPage.vue | 43 ++++++++++--------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index d8e91a18..26397eae 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -6,6 +6,7 @@ import { Pagination } from 'src/stores/types'; import useCustomerStore from 'src/stores/customer'; import useEmployeeStore from 'src/stores/employee'; +import ButtonAddComponent from 'src/components/ButtonAddCompoent.vue'; import PersonCard from 'components/home/PersonCard.vue'; import UsersDetailCardComponent from 'src/components/UsersDetailCardComponent.vue'; import SelectorList from 'components/SelectorList.vue'; @@ -1068,6 +1069,28 @@ watch(fieldSelectedCustomer, async () => {