diff --git a/src/components/03_customer-management/TableEmpoloyee.vue b/src/components/03_customer-management/TableEmpoloyee.vue index 3b48200f..85d9b320 100644 --- a/src/components/03_customer-management/TableEmpoloyee.vue +++ b/src/components/03_customer-management/TableEmpoloyee.vue @@ -89,7 +89,7 @@ const prop = withDefaults( } " > - + {{ (currentPage - 1) * pageSize + props.rowIndex + 1 }} @@ -98,17 +98,33 @@ const prop = withDefaults( - + - + + + + + @@ -134,6 +150,10 @@ const prop = withDefaults( + + {{ calculateAge(props.row.dateOfBirth) || '-' }} + + {{ props.row.nationality || '-' }} @@ -142,12 +162,8 @@ const prop = withDefaults( {{ props.row.passportNumber || '-' }} - - {{ calculateAge(props.row.dateOfBirth) }} - - - {{ dateFormat(props.row.passportExpiryDate) }} + {{ dateFormat(props.row.passportExpiryDate) || '-' }} @@ -158,7 +174,7 @@ const prop = withDefaults( - {{ props.row.customerBranch.code }} + {{ props.row.customerBranch.code || '-' }} {{ @@ -171,11 +187,6 @@ const prop = withDefaults( - - - {{ $t('EMPLOYEE') }} - - - +