From efb31ab582d1c1aadd5dddc39984e8d03c00feef Mon Sep 17 00:00:00 2001 From: puriphatt Date: Tue, 30 Jul 2024 09:45:09 +0000 Subject: [PATCH] fix(03): mode view branch table --- .../03_customer-management/CustomerInfoComponent.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/03_customer-management/CustomerInfoComponent.vue b/src/components/03_customer-management/CustomerInfoComponent.vue index c832c1a4..472051ce 100644 --- a/src/components/03_customer-management/CustomerInfoComponent.vue +++ b/src/components/03_customer-management/CustomerInfoComponent.vue @@ -22,6 +22,7 @@ const inputSearch = ref(''); const branch = defineModel('branch'); const currentCustomerName = defineModel('currentCustomerName'); +const modeView = defineModel('modeView'); const currentCustomerUrlImage = defineModel( 'currentCustomerUrlImage', @@ -30,7 +31,6 @@ const currentCustomerUrlImage = defineModel( const currentStatus = ref('All'); const totalBranch = ref(0); -const modeView = ref(false); const currentPageBranch = ref(1); const maxPageBranch = ref(1); const pageSizeBranch = ref(30); @@ -207,7 +207,6 @@ watch([inputSearch, currentStatus], async () => { option-value="value" option-label="label" class="col q-pl-sm" - :class="{ 'offset-md-5': modeView }" map-options emit-value :hide-dropdown-icon="$q.screen.lt.sm"