From 3bf2d69b64a981ed3f8a63c85c44ee1c9670c19c Mon Sep 17 00:00:00 2001 From: oat_dev Date: Thu, 13 Jun 2024 13:33:47 +0700 Subject: [PATCH] feat: select male , female --- src/pages/03_customer-management/MainPage.vue | 38 ++++++++++++++++++- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index eb7c467b..d8e91a18 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -6,7 +6,6 @@ import { Pagination } from 'src/stores/types'; import useCustomerStore from 'src/stores/customer'; import useEmployeeStore from 'src/stores/employee'; -import AddCardCompoent from 'src/components/AddCardCompoent.vue'; import PersonCard from 'components/home/PersonCard.vue'; import UsersDetailCardComponent from 'src/components/UsersDetailCardComponent.vue'; import SelectorList from 'components/SelectorList.vue'; @@ -51,7 +50,7 @@ import FormEmployeeWorkHistory from 'src/components/03_customer-management/FormE import FormEmployeeOther from 'src/components/03_customer-management/FormEmployeeOther.vue'; import FormEmployeePassport from 'src/components/03_customer-management/FormEmployeePassport.vue'; import FormEmployeeVisa from 'src/components/03_customer-management/FormEmployeeVisa.vue'; - +import { Icon } from '@iconify/vue'; import { dialog, calculateAge } from 'src/stores/utils'; import { useI18n } from 'vue-i18n'; @@ -233,6 +232,7 @@ const pageSizeEmployee = ref(30); const currentBranchId = ref(''); const currentCustomerName = ref(''); const currentCustomerUrlImage = ref(null); +const genderselector = ref(''); const inputFile = (() => { const element = document.createElement('input'); @@ -1158,6 +1158,40 @@ watch(fieldSelectedCustomer, async () => { :label="$t('customerCardUserType')" dense /> + + + +