refactor: change name type -> businessTypePure
This commit is contained in:
parent
bb669a5b7d
commit
69cc49e905
1 changed files with 2 additions and 2 deletions
|
|
@ -94,10 +94,10 @@ export const columnsCustomer = [
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: 'type',
|
name: 'businessTypePure',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
label: 'customer.table.businessTypePure',
|
label: 'customer.table.businessTypePure',
|
||||||
field: 'customerType',
|
field: 'businessTypePure',
|
||||||
sortable: true,
|
sortable: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue