From 3790dcb271faf19271dcef0d4b3b628b6c139e17 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 25 Jul 2024 10:48:04 +0000 Subject: [PATCH] fix(03): employer responsive --- .../03_customer-management/AboutComponent.vue | 40 ++++++++++--------- .../BasicInformation.vue | 10 ++--- .../ContactInformation.vue | 10 +++-- .../03_customer-management/FormBusiness.vue | 36 +++++++++-------- .../OtherInformation.vue | 8 ++-- 5 files changed, 57 insertions(+), 47 deletions(-) diff --git a/src/components/03_customer-management/AboutComponent.vue b/src/components/03_customer-management/AboutComponent.vue index eacccf6a..e257f4aa 100644 --- a/src/components/03_customer-management/AboutComponent.vue +++ b/src/components/03_customer-management/AboutComponent.vue @@ -19,14 +19,14 @@ const customerName = defineModel('customerName'); const customerEnglishName = defineModel('customerEnglishName'); const authorizedCapital = defineModel('authorizedCapital'); const registerName = defineModel('registerName'); -const registerDate = defineModel('registerDate'); +const registerDate = defineModel('registerDate'); const branchNo = defineModel('branchNo');