From b0885e10a33468f64652a3e8ed842b92eb4a4d46 Mon Sep 17 00:00:00 2001 From: Net Date: Fri, 16 Aug 2024 16:47:13 +0700 Subject: [PATCH] refactor: edit div of DrawerInfo --- src/pages/03_customer-management/MainPage.vue | 623 ++++++++++-------- 1 file changed, 347 insertions(+), 276 deletions(-) diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index 7ea993f3..8018a26d 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -14,6 +14,12 @@ import useFlowStore from 'stores/flow'; import { Status } from 'stores/types'; import { CustomerStats, Customer, CustomerBranch } from 'stores/customer/types'; import { Employee, EmployeeHistory } from 'stores/employee/types'; +import { + EditButton, + DeleteButton, + SaveButton, + UndoButton, +} from 'components/button'; import { AddressForm } from 'components/form'; import ItemCard from 'src/components/ItemCard.vue'; @@ -2265,70 +2271,74 @@ const emptyCreateDialog = ref(false); } " > -
-
- -
-
-
-
+
+ +
+ +
+
+
+
- - - - - -
-
- +
+ + + + +
+ + - + + + + + + + + + + +