lilei 2 년 전
부모
커밋
e298f8326f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/numsGoodsShelves/redPacket/redPacketStatistics.vue

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

@@ -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 : '--' } },