|
@@ -73,7 +73,7 @@
|
|
<a-range-picker v-model="dateValue" :disabled-date="disabledDate" style="width: 250px;" format="YYYY-MM-DD" @change="dateChange" />
|
|
<a-range-picker v-model="dateValue" :disabled-date="disabledDate" style="width: 250px;" format="YYYY-MM-DD" @change="dateChange" />
|
|
</span>
|
|
</span>
|
|
<span class="OptinItem">
|
|
<span class="OptinItem">
|
|
- <a-input-search placeholder="请输入ID或名称关键词" v-model="optionId" style="width: 200px" />
|
|
|
|
|
|
+ <a-input-search placeholder="请输入名称关键词" v-model="optionId" style="width: 200px" />
|
|
</span>
|
|
</span>
|
|
<span class="optionBtn">
|
|
<span class="optionBtn">
|
|
<a-button type='primary' @click="search" class="searchBtn">查询</a-button>
|
|
<a-button type='primary' @click="search" class="searchBtn">查询</a-button>
|
|
@@ -411,15 +411,15 @@ const planColumns = [
|
|
dataIndex: 'name',
|
|
dataIndex: 'name',
|
|
key: 'name',
|
|
key: 'name',
|
|
align: 'center',
|
|
align: 'center',
|
|
- width:300,
|
|
|
|
|
|
+ width:200,
|
|
scopedSlots: { customRender: 'name' }
|
|
scopedSlots: { customRender: 'name' }
|
|
},
|
|
},
|
|
- {
|
|
|
|
- title: '计划ID',
|
|
|
|
- dataIndex: 'id',
|
|
|
|
- key: 'id',
|
|
|
|
- align: 'center',
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // title: '计划ID',
|
|
|
|
+ // dataIndex: 'id',
|
|
|
|
+ // key: 'id',
|
|
|
|
+ // align: 'center',
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
title: '账户',
|
|
title: '账户',
|
|
dataIndex: 'accountId_dictText',
|
|
dataIndex: 'accountId_dictText',
|
|
@@ -464,6 +464,13 @@ const planColumns = [
|
|
align: 'center',
|
|
align: 'center',
|
|
scopedSlots: { customRender: 'campaignId_dictText' }
|
|
scopedSlots: { customRender: 'campaignId_dictText' }
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ title: '创建时间',
|
|
|
|
+ dataIndex: 'adCreateTime',
|
|
|
|
+ key: 'adCreateTime',
|
|
|
|
+ align: 'center',
|
|
|
|
+ scopedSlots: { customRender: 'adCreateTime' }
|
|
|
|
+ },
|
|
];
|
|
];
|
|
const ideaColumns = [
|
|
const ideaColumns = [
|
|
{
|
|
{
|