|
@@ -3,7 +3,7 @@ const qiliangpaihang = [
|
|
|
{
|
|
|
label: '设置信息',
|
|
|
data: [
|
|
|
- { title: '时间', dataIndex: 'day', label: '设置信息', default: 1, width: 120 },
|
|
|
+ { title: '时间', dataIndex: 'currTime', label: '设置信息', default: 1, width: 135 },
|
|
|
{ title: '广告名称', dataIndex: 'adgroupName', label: '设置信息', default: 2, width: 170 },
|
|
|
{ title: '广告ID', dataIndex: 'adgroupId', label: '设置信息', default: 9, width: 90 },
|
|
|
{ title: '计划名称', dataIndex: 'campaignName', label: '设置信息' },
|
|
@@ -99,7 +99,7 @@ const qiliangpaihangminute = [
|
|
|
{
|
|
|
label: '设置信息',
|
|
|
data: [
|
|
|
- { title: '时间', dataIndex: 'day', label: '设置信息', default: 1, width: 120 },
|
|
|
+ { title: '时间', dataIndex: 'currTime', label: '设置信息', default: 1, width: 135 },
|
|
|
{ title: '广告名称', dataIndex: 'adgroupName', label: '设置信息', default: 2, width: 170 },
|
|
|
{ title: '广告ID', dataIndex: 'adgroupId', label: '设置信息', default: 9, width: 90 },
|
|
|
{ title: '计划名称', dataIndex: 'campaignName', label: '设置信息' },
|