|
@@ -164,7 +164,7 @@ export default {
|
|
|
{ title: '订单状态', dataIndex: 'orderStatusDictValue', width: '80px', align: 'center', customRender: function (text) { return (text || text == 0) ? text : '--' } },
|
|
|
{ title: '下单方式', dataIndex: 'orderSourceDictValue', width: '90px', align: 'center', customRender: function (text) { return (text || text == 0) ? text : '--' } },
|
|
|
{ title: '下单时间', dataIndex: 'orderDate', width: '150px', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
- { title: 'VIN', dataIndex: 'vehicleNumber', width: '140px', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
+ { title: 'VIN', dataIndex: 'vin', width: '140px', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '车型', dataIndex: 'vehicleModel', width: '180px', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
|
{ title: '红包奖励时间', dataIndex: 'rewardCreateDate', width: '150px', align: 'center', customRender: function (text) { return (text || text == 0) ? text : '--' } },
|
|
|
{ title: '本单红包金额小计', dataIndex: 'totalRewardAmount', width: '80px', align: 'center', customRender: function (text) { return (text || text == 0) ? text : '--' } },
|