refactor: show count

This commit is contained in:
Net 2024-08-30 09:55:03 +07:00
parent 81afed88a6
commit f0d37ca0eb
2 changed files with 4 additions and 2 deletions

View file

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