|
@@ -25,8 +25,8 @@
|
|
<a-spin :spinning="spinning">
|
|
<a-spin :spinning="spinning">
|
|
<a-table :columns="columns" :data-source="tableData" :scroll="{ x: 4000 }" bordered size="middle"
|
|
<a-table :columns="columns" :data-source="tableData" :scroll="{ x: 4000 }" bordered size="middle"
|
|
:laoding='loading' :pagination='ipagination' @change="tableChange" :customRow="click">
|
|
:laoding='loading' :pagination='ipagination' @change="tableChange" :customRow="click">
|
|
-
|
|
|
|
- <a slot="projectName" slot-scope="text,records" @click="goAccount(records)">{{text}}</a>
|
|
|
|
|
|
+ <a slot="projectName" slot-scope="text,records">{{text}}</a>
|
|
|
|
+ <!-- <a slot="projectName" slot-scope="text,records" @click="goAccount(records)">{{text}}</a>
|
|
<a slot="authName" slot-scope="text,records" @click="goCampaign(records)">{{text}}</a>
|
|
<a slot="authName" slot-scope="text,records" @click="goCampaign(records)">{{text}}</a>
|
|
<a slot="campaignName" slot-scope="text,records" @click="goUnit(records)">{{text}}</a>
|
|
<a slot="campaignName" slot-scope="text,records" @click="goUnit(records)">{{text}}</a>
|
|
<a slot="unitName" slot-scope="text,records" @click="goCreative(records)">{{text}}</a>
|
|
<a slot="unitName" slot-scope="text,records" @click="goCreative(records)">{{text}}</a>
|
|
@@ -34,7 +34,7 @@
|
|
|
|
|
|
<a slot="coverUrl" slot-scope="text,records">
|
|
<a slot="coverUrl" slot-scope="text,records">
|
|
<img :src="text" alt="" style="width:100px" @click="openVideo(records)">
|
|
<img :src="text" alt="" style="width:100px" @click="openVideo(records)">
|
|
- </a>
|
|
|
|
|
|
+ </a> -->
|
|
|
|
|
|
<span slot="charge" slot-scope="charge"> {{charge|decimalsHandle}}</span>
|
|
<span slot="charge" slot-scope="charge"> {{charge|decimalsHandle}}</span>
|
|
<span slot="activationCost" slot-scope="activationCost"> {{activationCost|decimalsHandle}}</span>
|
|
<span slot="activationCost" slot-scope="activationCost"> {{activationCost|decimalsHandle}}</span>
|
|
@@ -123,15 +123,15 @@
|
|
<a-table :columns="columnsChildren" :data-source="tableDataChild" :scroll="{ x: 3500 }" bordered size="middle"
|
|
<a-table :columns="columnsChildren" :data-source="tableDataChild" :scroll="{ x: 3500 }" bordered size="middle"
|
|
:laoding='loadingChild' :pagination='ipaginationCount' :customRow="click">
|
|
:laoding='loadingChild' :pagination='ipaginationCount' :customRow="click">
|
|
|
|
|
|
- <a slot="projectName" slot-scope="text,records" @click="goAccount(records)">{{text}}</a>
|
|
|
|
|
|
+ <!-- <a slot="projectName" slot-scope="text,records" @click="goAccount(records)">{{text}}</a>
|
|
<a slot="authName" slot-scope="text,records" @click="goCampaign(records)">{{text}}</a>
|
|
<a slot="authName" slot-scope="text,records" @click="goCampaign(records)">{{text}}</a>
|
|
<a slot="campaignName" slot-scope="text,records" @click="goUnit(records)">{{text}}</a>
|
|
<a slot="campaignName" slot-scope="text,records" @click="goUnit(records)">{{text}}</a>
|
|
<a slot="unitName" slot-scope="text,records" @click="goCreative(records)">{{text}}</a>
|
|
<a slot="unitName" slot-scope="text,records" @click="goCreative(records)">{{text}}</a>
|
|
- <a slot="creativeName" slot-scope="creativeName">{{creativeName}}</a>
|
|
|
|
|
|
+ <a slot="creativeName" slot-scope="creativeName">{{creativeName}}</a> -->
|
|
|
|
|
|
- <a slot="coverUrl" slot-scope="text,records">
|
|
|
|
|
|
+ <!-- <a slot="coverUrl" slot-scope="text,records">
|
|
<img :src="text" alt="" style="width:100px" @click="openVideo(records)">
|
|
<img :src="text" alt="" style="width:100px" @click="openVideo(records)">
|
|
- </a>
|
|
|
|
|
|
+ </a> -->
|
|
|
|
|
|
<span slot="charge" slot-scope="charge"> {{charge|decimalsHandle}}</span>
|
|
<span slot="charge" slot-scope="charge"> {{charge|decimalsHandle}}</span>
|
|
<span slot="activationCost" slot-scope="activationCost"> {{activationCost|decimalsHandle}}</span>
|
|
<span slot="activationCost" slot-scope="activationCost"> {{activationCost|decimalsHandle}}</span>
|
|
@@ -519,7 +519,7 @@
|
|
{
|
|
{
|
|
title: '时间',
|
|
title: '时间',
|
|
dataIndex: 'statDate',
|
|
dataIndex: 'statDate',
|
|
- width:200,
|
|
|
|
|
|
+ width: 200,
|
|
scopedSlots: {
|
|
scopedSlots: {
|
|
customRender: 'statDate'
|
|
customRender: 'statDate'
|
|
},
|
|
},
|
|
@@ -827,6 +827,7 @@
|
|
this.visible = true
|
|
this.visible = true
|
|
this.loadingChild = true
|
|
this.loadingChild = true
|
|
if (this.tabKey == 1) {
|
|
if (this.tabKey == 1) {
|
|
|
|
+
|
|
this.columnsChildren = [...accountColumns, ...bytedanceColumns]
|
|
this.columnsChildren = [...accountColumns, ...bytedanceColumns]
|
|
var params = {
|
|
var params = {
|
|
startDate: this.dateRange[0].format('YYYY-MM-DD'),
|
|
startDate: this.dateRange[0].format('YYYY-MM-DD'),
|
|
@@ -845,6 +846,8 @@
|
|
this.loadingChild = false
|
|
this.loadingChild = false
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
+
|
|
|
|
+
|
|
} else if (this.tabKey == 2) {
|
|
} else if (this.tabKey == 2) {
|
|
this.columnsChildren = [...accountColumns, ...publicColumns]
|
|
this.columnsChildren = [...accountColumns, ...publicColumns]
|
|
var params = {
|
|
var params = {
|