diff --git a/src/components/03_customer-management/TableEmpoloyee.vue b/src/components/03_customer-management/TableEmpoloyee.vue index 6613b116..9fe47ea7 100644 --- a/src/components/03_customer-management/TableEmpoloyee.vue +++ b/src/components/03_customer-management/TableEmpoloyee.vue @@ -12,6 +12,21 @@ const prop = withDefaults( }>(), { gridView: false, + fieldSelected: () => [ + 'customerName', + 'personName', + 'telephoneNo', + 'branchEmail', + 'firstName', + 'formDialogInputNationality', + 'formDialogInputPassportNo', + 'passportExpiryDate', + 'type', + 'formDialogEmployeeNRCNo', + 'formDialogInputAge', + 'branchLabel', + 'action', + ], }, );