refactor: edit align and delete sortable
This commit is contained in:
parent
2905d00b59
commit
f541853c4d
1 changed files with 3 additions and 8 deletions
|
|
@ -229,7 +229,7 @@ export const columnsEmployee = [
|
|||
|
||||
{
|
||||
name: 'general.age',
|
||||
align: 'left',
|
||||
align: 'center',
|
||||
label: 'general.age',
|
||||
field: 'dateOfBirth',
|
||||
},
|
||||
|
|
@ -271,7 +271,7 @@ export const columnsEmployee = [
|
|||
|
||||
{
|
||||
name: 'branchLabel',
|
||||
align: 'left',
|
||||
align: 'center',
|
||||
label: 'customerEmployee.branch',
|
||||
field: 'customerBranch',
|
||||
},
|
||||
|
|
@ -296,7 +296,6 @@ export const columnsCustomer = [
|
|||
align: 'left',
|
||||
label: 'customer.table.titleName',
|
||||
field: 'titleName',
|
||||
sortable: true,
|
||||
},
|
||||
|
||||
{
|
||||
|
|
@ -304,15 +303,13 @@ export const columnsCustomer = [
|
|||
align: 'center',
|
||||
label: 'customer.table.businessTypePure',
|
||||
field: 'businessTypePure',
|
||||
sortable: true,
|
||||
},
|
||||
|
||||
{
|
||||
name: 'jobPosition',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
label: 'customer.table.jobPosition',
|
||||
field: 'jobPosition',
|
||||
sortable: true,
|
||||
},
|
||||
|
||||
{
|
||||
|
|
@ -320,7 +317,6 @@ export const columnsCustomer = [
|
|||
align: 'center',
|
||||
label: 'customer.table.address',
|
||||
field: 'address',
|
||||
sortable: true,
|
||||
},
|
||||
|
||||
{
|
||||
|
|
@ -328,7 +324,6 @@ export const columnsCustomer = [
|
|||
align: 'center',
|
||||
label: 'customer.table.contactName',
|
||||
field: 'contactName',
|
||||
sortable: true,
|
||||
},
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue