refactor: customer table and card
This commit is contained in:
parent
72dbab6b33
commit
2dc6902ff5
4 changed files with 105 additions and 53 deletions
|
|
@ -255,10 +255,10 @@ export const columnsCustomer = [
|
|||
},
|
||||
|
||||
{
|
||||
name: 'fullname',
|
||||
name: 'titleName',
|
||||
align: 'left',
|
||||
label: 'customer.table.fullname',
|
||||
field: 'fullname',
|
||||
label: 'customer.table.titleName',
|
||||
field: 'titleName',
|
||||
sortable: true,
|
||||
},
|
||||
|
||||
|
|
@ -278,6 +278,22 @@ export const columnsCustomer = [
|
|||
sortable: true,
|
||||
},
|
||||
|
||||
{
|
||||
name: 'address',
|
||||
align: 'center',
|
||||
label: 'customer.table.address',
|
||||
field: 'address',
|
||||
sortable: true,
|
||||
},
|
||||
|
||||
{
|
||||
name: 'contactName',
|
||||
align: 'center',
|
||||
label: 'customer.table.contactName',
|
||||
field: 'contactName',
|
||||
sortable: true,
|
||||
},
|
||||
|
||||
{
|
||||
name: 'officeTel',
|
||||
align: 'left',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue