|
@@ -214,7 +214,7 @@ export default {
|
|
{ title: '序号', dataIndex: 'no', width: 80, align: 'center' },
|
|
{ title: '序号', dataIndex: 'no', width: 80, align: 'center' },
|
|
{ title: '投放时间', dataIndex: 'deliveryTime', width: 200, align: 'center' },
|
|
{ title: '投放时间', dataIndex: 'deliveryTime', width: 200, align: 'center' },
|
|
{ title: '网点名称', dataIndex: 'stationName', width: 200, align: 'center' },
|
|
{ title: '网点名称', dataIndex: 'stationName', width: 200, align: 'center' },
|
|
- { title: '网点标签', dataIndex: 'lableName', width: 200, align: 'center', customRender: text => { return text || '--' } },
|
|
|
|
|
|
+ { title: '网点标签', dataIndex: 'labelName', width: 200, align: 'center', customRender: text => { return text || '--' } },
|
|
{ title: '设备编号', dataIndex: 'srcDeviceCode', width: 200, align: 'center' },
|
|
{ title: '设备编号', dataIndex: 'srcDeviceCode', width: 200, align: 'center' },
|
|
{ title: '设备类型', dataIndex: 'deviceTypeDictValue', width: 200, align: 'center' },
|
|
{ title: '设备类型', dataIndex: 'deviceTypeDictValue', width: 200, align: 'center' },
|
|
{ title: '用户账号', dataIndex: 'customerMobile', width: 200, align: 'center' },
|
|
{ title: '用户账号', dataIndex: 'customerMobile', width: 200, align: 'center' },
|