refactoe: edit defineProps add Defaults of fieldSelected

This commit is contained in:
Net 2024-08-15 15:37:19 +07:00
parent 9084e299f8
commit 7c58e940f7

View file

@ -12,6 +12,21 @@ const prop = withDefaults(
}>(),
{
gridView: false,
fieldSelected: () => [
'customerName',
'personName',
'telephoneNo',
'branchEmail',
'firstName',
'formDialogInputNationality',
'formDialogInputPassportNo',
'passportExpiryDate',
'type',
'formDialogEmployeeNRCNo',
'formDialogInputAge',
'branchLabel',
'action',
],
},
);
</script>