refactor: show count
This commit is contained in:
parent
81afed88a6
commit
f0d37ca0eb
2 changed files with 4 additions and 2 deletions
|
|
@ -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')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue