提交 a1b0ea66 authored 作者: huaxinzhu's avatar huaxinzhu

Merge branch 'master_fix_order_import_excel' into test

......@@ -567,9 +567,9 @@
// this.excelList = item[0].sheet
item[0].sheet.map((item, index) => {
this.excelList.push({
id: item['编号ID'],
express_name: item['物流公司'],
express_sn: item['物流单号']
goods_order_sn: item['订单号'],
express_name: item['快递公司'],
express_sn: item['快递单号']
})
})
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论