From aa5ad5ca706cf774ab673dba7b658196a3c90e0f Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 18 Jul 2024 09:11:41 +0000 Subject: [PATCH] fix: adjust component (person card & customer info) --- .../CustomerInfoComponent.vue | 33 +++++++++++-------- src/components/home/PersonCard.vue | 11 ++++--- 2 files changed, 27 insertions(+), 17 deletions(-) diff --git a/src/components/03_customer-management/CustomerInfoComponent.vue b/src/components/03_customer-management/CustomerInfoComponent.vue index 399b7699..72d653ee 100644 --- a/src/components/03_customer-management/CustomerInfoComponent.vue +++ b/src/components/03_customer-management/CustomerInfoComponent.vue @@ -8,7 +8,6 @@ import useOptionStore from 'src/stores/options'; import { Status } from 'src/stores/types'; import { CustomerBranch, CustomerType } from 'src/stores/customer/types'; -import AppBox from 'components/app/AppBox.vue'; import BranchCardCustomer from 'components/03_customer-management/BranchCardCustomer.vue'; import PaginationComponent from 'src/components/PaginationComponent.vue'; import NoData from 'components/NoData.vue'; @@ -87,9 +86,12 @@ watch(currentStatus, async () => {