diff --git a/src/components/03_customer-management/TableEmpoloyee.vue b/src/components/03_customer-management/TableEmpoloyee.vue index 05de006c..5fa176d9 100644 --- a/src/components/03_customer-management/TableEmpoloyee.vue +++ b/src/components/03_customer-management/TableEmpoloyee.vue @@ -159,7 +159,7 @@ defineEmits<{
- {{ `${props.row.firstName} ${props.row.lastName}` || '-' }} + {{ `${props.row.firstNameEN} ${props.row.lastNameEN}` || '-' }}
- {{ `${props.row.firstNameEN} ${props.row.lastNameEN}` || '-' }} + {{ `${props.row.firstName} ${props.row.lastName}` || '-' }}