lilei 2 lat temu
rodzic
commit
adf1aba821

+ 2 - 2
src/views/numsGoodsShelves/redPacket/redPacketStatistics.vue

@@ -163,8 +163,8 @@ export default {
         { title: '订单类型', dataIndex: 'orderTypeDictValue', width: '80px', align: 'center', customRender: function (text) { return (text || text == 0) ? text : '--' } },
         { title: '订单状态', dataIndex: 'orderSourceDictValue', width: '80px', 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: 'vin', width: '140px', align: 'center', customRender: function (text) { return text || '--' } },
-        { title: '车型', dataIndex: 'carModal', width: '120px', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: 'VIN', dataIndex: 'vehicleNumber', width: '140px', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '车型', dataIndex: 'vehicleModel', width: '120px', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '本单红包金额小计', dataIndex: 'totalRewardAmount', width: '80px', align: 'center', customRender: function (text) { return (text || text == 0) ? text : '--' } },
         { title: '红包发放状态', dataIndex: 'rewardStatusDictValue', width: '100px', align: 'center', scopedSlots: { customRender: 'rewardStatus' } },
         { title: '红包发放时间', dataIndex: 'giveDate', width: '150px', align: 'center', customRender: function (text) { return (text || text == 0) ? text : '--' } },