refactor: change name type -> businessTypePure

This commit is contained in:
Net 2024-08-21 15:40:37 +07:00
parent bb669a5b7d
commit 69cc49e905

View file

@ -94,10 +94,10 @@ export const columnsCustomer = [
},
{
name: 'type',
name: 'businessTypePure',
align: 'center',
label: 'customer.table.businessTypePure',
field: 'customerType',
field: 'businessTypePure',
sortable: true,
},