refactor: add gender

This commit is contained in:
Net 2024-09-05 16:12:01 +07:00
parent 88dd4d9333
commit 4f4de866b0
2 changed files with 3 additions and 1 deletions

View file

@ -1659,6 +1659,7 @@ const emptyCreateDialog = ref(false);
:customer-type="currentCustomer.customerType"
:current-customer-name="`${currentCustomer.firstName} ${currentCustomer.lastName}`"
:count-employee="currentCustomer._count.employee"
:gender="currentCustomer.gender"
v-model:customer-id="currentCustomer.id"
v-model:mode-view="gridView"
@back="$router.push('/customer-management')"