|
|
|
@ -201,9 +201,9 @@
|
|
|
|
|
}
|
|
|
|
|
require.ensure([], () => {
|
|
|
|
|
const { export_json_to_excel } = require('../excel/Export2Excel');
|
|
|
|
|
const tHeader = ['序号', '店铺名称', '店铺编码', '大区', '零售公司', '客户', '推广数'];
|
|
|
|
|
const tHeader = ['序号', '店铺名称', '店铺编码', '大区', '零售公司', '客户'];
|
|
|
|
|
// 属性名
|
|
|
|
|
const filterVal = ['number', 'shopName', 'shopCode', 'region', 'company', 'customer', 'numb'];
|
|
|
|
|
const filterVal = ['number', 'shopName', 'shopCode', 'region', 'company', 'customer'];
|
|
|
|
|
// 数据
|
|
|
|
|
const list = that.originAllData; //把data里的tableData存到list
|
|
|
|
|
const data = that.formatJson(filterVal, list);
|
|
|
|
|