refactor: edit data field-selected
This commit is contained in:
parent
f3cdd6ba98
commit
2afb49a3ee
1 changed files with 14 additions and 0 deletions
|
|
@ -513,6 +513,20 @@ watch([customerId, inputSearch, currentStatus], async () => {
|
||||||
<TableEmpoloyee
|
<TableEmpoloyee
|
||||||
:list-employee="listEmployee"
|
:list-employee="listEmployee"
|
||||||
:columns-employee="columnsEmployee"
|
:columns-employee="columnsEmployee"
|
||||||
|
:field-selected="[
|
||||||
|
'customerName',
|
||||||
|
'personName',
|
||||||
|
'telephoneNo',
|
||||||
|
'branchEmail',
|
||||||
|
'firstName',
|
||||||
|
'formDialogInputNationality',
|
||||||
|
'formDialogInputPassportNo',
|
||||||
|
'passportExpiryDate',
|
||||||
|
'type',
|
||||||
|
'formDialogEmployeeNRCNo',
|
||||||
|
'formDialogInputAge',
|
||||||
|
'action',
|
||||||
|
]"
|
||||||
@history="(item) => {}"
|
@history="(item) => {}"
|
||||||
@view="
|
@view="
|
||||||
(item) => {
|
(item) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue