|
@@ -327,10 +327,10 @@ const initVariableColimns = [
|
|
|
},
|
|
|
{
|
|
|
title: '点击数',
|
|
|
- dataIndex: 'clickMaterial',
|
|
|
+ dataIndex: 'click',
|
|
|
align: 'center',
|
|
|
|
|
|
- scopedSlots: { customRender: 'clickMaterial' },
|
|
|
+ scopedSlots: { customRender: 'click' },
|
|
|
sorter: () => {}
|
|
|
},
|
|
|
{
|
|
@@ -344,17 +344,17 @@ const initVariableColimns = [
|
|
|
|
|
|
{
|
|
|
title: '展示数',
|
|
|
- dataIndex: 'showMaterial',
|
|
|
+ dataIndex: 'show',
|
|
|
align: 'center',
|
|
|
- scopedSlots: { customRender: 'showMaterial' },
|
|
|
+ scopedSlots: { customRender: 'show' },
|
|
|
sorter: () => {}
|
|
|
},
|
|
|
|
|
|
{
|
|
|
title: '转化数',
|
|
|
- dataIndex: 'convertMaterial',
|
|
|
+ dataIndex: 'convert',
|
|
|
align: 'center',
|
|
|
- scopedSlots: { customRender: 'convertMaterial' },
|
|
|
+ scopedSlots: { customRender: 'convert' },
|
|
|
sorter: () => {}
|
|
|
},
|
|
|
{
|
|
@@ -473,7 +473,7 @@ export default {
|
|
|
this.ipagination.pageSize = pageSize
|
|
|
}
|
|
|
},
|
|
|
- videoUrl: process.env.VUE_APP_BASE_REPORT_URL + '/material/report/bytedance/list',
|
|
|
+ videoUrl: process.env.VUE_APP_BASE_REPORT_URL + '/material/bytedance/report/bytedance/list',
|
|
|
reqUrl: process.env.VUE_APP_BASE_REPORT_URL + '/material/report/getProjectAccountByUserId',
|
|
|
dateRanges: {
|
|
|
昨天: [moment().subtract(1, 'days'), moment().subtract(1, 'days')],
|
|
@@ -736,7 +736,7 @@ export default {
|
|
|
})
|
|
|
columns = column.splice(this.columnsFixd.length)
|
|
|
}
|
|
|
- downFilePost(process.env.VUE_APP_BASE_REPORT_URL + '/material/report/excelV2', {
|
|
|
+ downFilePost(process.env.VUE_APP_BASE_REPORT_URL + '/material/bytedance/report/excelV2', {
|
|
|
columns,
|
|
|
userId: this.userInfo().id,
|
|
|
target: this.target,
|