From 57e61cf663aee67a92493470403d9d0e1c4b8615 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Fri, 26 Jul 2024 11:44:00 +0000 Subject: [PATCH] refactor(03): input select --- .../BasicInformation.vue | 51 +++-- .../03_customer-management/FormBusiness.vue | 95 +++++++--- .../FormEmployeeHealthCheck.vue | 175 +++++++++++++----- .../FormEmployeePassport.vue | 93 +++++++--- .../FormEmployeeVisa.vue | 48 +++-- .../FormEmployeeWorkHistory.vue | 150 +++++++++++---- src/pages/03_customer-management/MainPage.vue | 6 +- 7 files changed, 458 insertions(+), 160 deletions(-) diff --git a/src/components/03_customer-management/BasicInformation.vue b/src/components/03_customer-management/BasicInformation.vue index f901bc36..fe4e8e40 100644 --- a/src/components/03_customer-management/BasicInformation.vue +++ b/src/components/03_customer-management/BasicInformation.vue @@ -1,12 +1,17 @@