refactoe: edit defineProps add Defaults of fieldSelected
This commit is contained in:
parent
9084e299f8
commit
7c58e940f7
1 changed files with 15 additions and 0 deletions
|
|
@ -12,6 +12,21 @@ const prop = withDefaults(
|
||||||
}>(),
|
}>(),
|
||||||
{
|
{
|
||||||
gridView: false,
|
gridView: false,
|
||||||
|
fieldSelected: () => [
|
||||||
|
'customerName',
|
||||||
|
'personName',
|
||||||
|
'telephoneNo',
|
||||||
|
'branchEmail',
|
||||||
|
'firstName',
|
||||||
|
'formDialogInputNationality',
|
||||||
|
'formDialogInputPassportNo',
|
||||||
|
'passportExpiryDate',
|
||||||
|
'type',
|
||||||
|
'formDialogEmployeeNRCNo',
|
||||||
|
'formDialogInputAge',
|
||||||
|
'branchLabel',
|
||||||
|
'action',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue