@@ -36,7 +36,7 @@ export const columns: BasicColumn[] = [
{
title: '关联客户(relate customer)',
align: 'center',
- dataIndex: 'relateCustomer',
+ dataIndex: 'relateCustomer_dictText',
},
];
//查询数据
@@ -13,8 +13,8 @@ export const columns: BasicColumn[] = [
title: '客户(customer)',
align:"center",
- dataIndex: 'customerId',
- key: 'customerId'
+ dataIndex: 'customerId_dictText',
+ key: 'customerId_dictText'