diff --git a/src/pages/03_customer-management/constant.ts b/src/pages/03_customer-management/constant.ts index 162b8a15..261eabc2 100644 --- a/src/pages/03_customer-management/constant.ts +++ b/src/pages/03_customer-management/constant.ts @@ -94,10 +94,10 @@ export const columnsCustomer = [ }, { - name: 'type', + name: 'businessTypePure', align: 'center', label: 'customer.table.businessTypePure', - field: 'customerType', + field: 'businessTypePure', sortable: true, },