lilei 2 gadi atpakaļ
vecāks
revīzija
27db1abbe8

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

@@ -95,7 +95,7 @@
         :row-selection="{ columnWidth: 40, getCheckboxProps: record => ({ props: { disabled: record.rewardStatus!='un_paid' } })}"
         @rowSelection="rowSelectionFun"
         :data="loadData"
-        :scroll="{ y: tableHeight, x: 1900 }"
+        :scroll="{ y: tableHeight, x: 2130 }"
         :defaultLoadData="false"
         bordered>
         <template slot="orderNo" slot-scope="text, record">
@@ -166,6 +166,7 @@ export default {
         { 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: '车型', dataIndex: 'vehicleModel', width: '120px', align: 'center', customRender: function (text) { return text || '--' } },
+        { 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 : '--' } },
         { 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 : '--' } },