Commit 69210d25 authored by 管新明's avatar 管新明

fix

parent 62aff32d
......@@ -106,19 +106,9 @@ export default class BaseController {
console.log(list, '导出报表')
let xlsxData = [
[
'奖品编号',
'用户id',
'中奖时间',
'地址填写时间',
'奖品类型',
'发奖来源',
'奖品名称',
'收货人',
'联系方式',
'收货地址',
'发货状态',
'物流公司',
'物流单号'
<% for(var i = 0; i < winnersExportData.length; ++i) {%>
<%- `${winnersExportData[i]}`
%><% } %>
]
]
res.forEach((v, index, arr) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment