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 /> + + + +