From 83d58ab92a7875b2b3f6f7b0572f8ba8894713f0 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:22:34 +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=87=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B8=99=E0=B9=84=E0=B8=82?= =?UTF-8?q?=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B9=81=E0=B8=AA=E0=B8=94=E0=B8=87?= =?UTF-8?q?=E0=B8=9B=E0=B8=B8=E0=B9=88=E0=B8=A1=20add?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/03_customer-management/MainPage.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index 837adea0..2f57e603 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -6,6 +6,8 @@ import { Pagination } from 'src/stores/types'; import useCustomerStore from 'src/stores/customer'; import useEmployeeStore from 'src/stores/employee'; +import { Status } from 'src/stores/types'; + import ButtonAddComponent from 'src/components/ButtonAddCompoent.vue'; import PersonCard from 'components/home/PersonCard.vue'; import UsersDetailCardComponent from 'src/components/UsersDetailCardComponent.vue'; @@ -1134,7 +1136,7 @@ watch(genderselector, async (gender) => {