|
@@ -2684,7 +2684,7 @@ li.chouzhen.first:before {
|
|
</a-select>
|
|
</a-select>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-modal>
|
|
</a-modal>
|
|
- <a-modal v-model="lookChannelVisible" :footer="null" :width="1000">
|
|
|
|
|
|
+ <a-modal v-model="lookChannelVisible" :footer="null" :width="1000" :zIndex="1000000">
|
|
<a-table
|
|
<a-table
|
|
:columns="TTcolumns"
|
|
:columns="TTcolumns"
|
|
:dataSource="lookChannelList"
|
|
:dataSource="lookChannelList"
|
|
@@ -2692,7 +2692,7 @@ li.chouzhen.first:before {
|
|
:loading="lookChannelLoading"
|
|
:loading="lookChannelLoading"
|
|
bordered
|
|
bordered
|
|
size="middle"
|
|
size="middle"
|
|
- style="word-break: break-all;font-size:16px;font-weight:600"
|
|
|
|
|
|
+ style="word-break: break-all;font-size:16px;font-weight:600;margin-top: 20px;"
|
|
id="outTable"
|
|
id="outTable"
|
|
ref="accountTable"
|
|
ref="accountTable"
|
|
rowKey="id"
|
|
rowKey="id"
|
|
@@ -2792,17 +2792,17 @@ let interestVideoOptions = []
|
|
let TTcolumns = [
|
|
let TTcolumns = [
|
|
{
|
|
{
|
|
title: '渠道号',
|
|
title: '渠道号',
|
|
- dataIndex: 'channel_code',
|
|
|
|
- scopedSlots: { customRender: 'channel_code' },
|
|
|
|
|
|
+ dataIndex: 'channelCode',
|
|
|
|
+ scopedSlots: { customRender: 'channelCode' },
|
|
align: 'center',
|
|
align: 'center',
|
|
- key: 'channel_code'
|
|
|
|
|
|
+ key: 'channelCode'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '渠道号名称',
|
|
title: '渠道号名称',
|
|
- dataIndex: 'channel_name',
|
|
|
|
- scopedSlots: { customRender: 'channel_name' },
|
|
|
|
|
|
+ dataIndex: 'channelName',
|
|
|
|
+ scopedSlots: { customRender: 'channelName' },
|
|
align: 'center',
|
|
align: 'center',
|
|
- key: 'channel_name'
|
|
|
|
|
|
+ key: 'channelName'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '下载链接',
|
|
title: '下载链接',
|
|
@@ -2814,26 +2814,26 @@ let TTcolumns = [
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '调起链接',
|
|
title: '调起链接',
|
|
- dataIndex: 'schema_uri',
|
|
|
|
- scopedSlots: { customRender: 'schema_uri' },
|
|
|
|
|
|
+ dataIndex: 'schemaUri',
|
|
|
|
+ scopedSlots: { customRender: 'schemaUri' },
|
|
align: 'center',
|
|
align: 'center',
|
|
- key: 'schema_uri',
|
|
|
|
|
|
+ key: 'schemaUri',
|
|
width: 300
|
|
width: 300
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '第三方点击监测链接',
|
|
title: '第三方点击监测链接',
|
|
- dataIndex: 'click_track_url',
|
|
|
|
- scopedSlots: { customRender: 'click_track_url' },
|
|
|
|
|
|
+ dataIndex: 'clickTrackUrl',
|
|
|
|
+ scopedSlots: { customRender: 'clickTrackUrl' },
|
|
align: 'center',
|
|
align: 'center',
|
|
- key: 'click_track_url',
|
|
|
|
|
|
+ key: 'clickTrackUrl',
|
|
width: 300
|
|
width: 300
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '第三方actionBar监测链接',
|
|
title: '第三方actionBar监测链接',
|
|
- dataIndex: 'actionbar_click_url',
|
|
|
|
- scopedSlots: { customRender: 'actionbar_click_url' },
|
|
|
|
|
|
+ dataIndex: 'actionbarClickUrl',
|
|
|
|
+ scopedSlots: { customRender: 'actionbarClickUrl' },
|
|
align: 'center',
|
|
align: 'center',
|
|
- key: 'actionbar_click_url',
|
|
|
|
|
|
+ key: 'actionbarClickUrl',
|
|
width: 300
|
|
width: 300
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -4087,7 +4087,7 @@ export default {
|
|
if (this.appDetail.schemaUri) {
|
|
if (this.appDetail.schemaUri) {
|
|
this.uriCheck = true
|
|
this.uriCheck = true
|
|
}
|
|
}
|
|
- if (this.channelData && this.channelData.channel.isHaveItem) {
|
|
|
|
|
|
+ if (this.channelData && this.channelData.channel.isHaveItem>-1) {
|
|
this.useChannel = true
|
|
this.useChannel = true
|
|
}
|
|
}
|
|
this.appDetailMiddle = JSON.parse(JSON.stringify(this.appDetail))
|
|
this.appDetailMiddle = JSON.parse(JSON.stringify(this.appDetail))
|