|
@@ -95,9 +95,9 @@
|
|
<span slot="showNum" slot-scope="text">{{ text | formatCurrency }}</span>
|
|
<span slot="showNum" slot-scope="text">{{ text | formatCurrency }}</span>
|
|
<span slot="convert" slot-scope="text">{{ text | formatCurrency }}</span>
|
|
<span slot="convert" slot-scope="text">{{ text | formatCurrency }}</span>
|
|
|
|
|
|
- <p slot="operation" slot-scope="text">
|
|
|
|
- 平面:{{ text || '未绑定' }}
|
|
|
|
- </p>
|
|
|
|
|
|
+ <span slot="operation" slot-scope="text">
|
|
|
|
+ {{ text || '未绑定' }}
|
|
|
|
+ </span>
|
|
|
|
|
|
|
|
|
|
</a-table>
|
|
</a-table>
|
|
@@ -155,7 +155,7 @@ const TTcolumns = [
|
|
fixed: 'left'
|
|
fixed: 'left'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title:'相关人员',
|
|
|
|
|
|
+ title:'相关平面',
|
|
dataIndex:'operation',
|
|
dataIndex:'operation',
|
|
key:'operation',
|
|
key:'operation',
|
|
scopedSlots: { customRender: 'operation' },
|
|
scopedSlots: { customRender: 'operation' },
|
|
@@ -230,7 +230,7 @@ const KScolumns = [
|
|
fixed: 'left'
|
|
fixed: 'left'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title:'相关人员',
|
|
|
|
|
|
+ title:'相关平面',
|
|
dataIndex:'operation',
|
|
dataIndex:'operation',
|
|
key:'operation',
|
|
key:'operation',
|
|
scopedSlots: { customRender: 'operation' },
|
|
scopedSlots: { customRender: 'operation' },
|
|
@@ -407,6 +407,7 @@ export default {
|
|
tabChange(val){
|
|
tabChange(val){
|
|
this.accountIds=[];
|
|
this.accountIds=[];
|
|
this.data=[]
|
|
this.data=[]
|
|
|
|
+ this.ipagination.current=1
|
|
if(this.tabKeys==1){
|
|
if(this.tabKeys==1){
|
|
this.treeData=this.TTaccountList;
|
|
this.treeData=this.TTaccountList;
|
|
this.columns=this.TTcolumns;
|
|
this.columns=this.TTcolumns;
|
|
@@ -479,7 +480,13 @@ export default {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
this.ipagination.current=pagination.current
|
|
this.ipagination.current=pagination.current
|
|
- // this.HttpPost()
|
|
|
|
|
|
+ this.ipagination.pageSize= pagination.pageSize;
|
|
|
|
+
|
|
|
|
+ if(this.tabKeys==1){
|
|
|
|
+ this.HttpPost('/image/bytedance/cost')
|
|
|
|
+ }else if (this.tabKeys==2){
|
|
|
|
+ this.HttpPost('/image/kuaishou/cost')
|
|
|
|
+ }
|
|
},
|
|
},
|
|
moment,
|
|
moment,
|
|
//select切换---项目
|
|
//select切换---项目
|
|
@@ -504,6 +511,7 @@ export default {
|
|
//查询按钮
|
|
//查询按钮
|
|
searchRes() {
|
|
searchRes() {
|
|
this.data=[];
|
|
this.data=[];
|
|
|
|
+ this.ipagination.current=1
|
|
if(this.tabKeys==1){
|
|
if(this.tabKeys==1){
|
|
this.HttpPost('/image/bytedance/cost')
|
|
this.HttpPost('/image/bytedance/cost')
|
|
}else if (this.tabKeys==2){
|
|
}else if (this.tabKeys==2){
|
|
@@ -521,6 +529,7 @@ export default {
|
|
//网络请求table数据函数
|
|
//网络请求table数据函数
|
|
HttpPost(url){
|
|
HttpPost(url){
|
|
this.loading=true;
|
|
this.loading=true;
|
|
|
|
+ this.data=[]
|
|
show = 0
|
|
show = 0
|
|
postAction(url, {
|
|
postAction(url, {
|
|
startDate: this.timedata[0],
|
|
startDate: this.timedata[0],
|