|
@@ -24,6 +24,7 @@ const planAdConfig = [
|
|
{ title: '广告状态', dataIndex: 'system_status', serverIndex: 'adgroup.system_status', label: '广告详情', default: 20, width: 70 },
|
|
{ title: '广告状态', dataIndex: 'system_status', serverIndex: 'adgroup.system_status', label: '广告详情', default: 20, width: 70 },
|
|
{ title: '广告详情', dataIndex: 'cost_speed', label: '广告详情', default: 21, width: 80 },
|
|
{ title: '广告详情', dataIndex: 'cost_speed', label: '广告详情', default: 21, width: 80 },
|
|
{ title: '标记备注', dataIndex: 'tag_remark', label: '广告详情', width: 80, serverIndex: 'adgroup_user_tag.tag_remark' },
|
|
{ title: '标记备注', dataIndex: 'tag_remark', label: '广告详情', width: 80, serverIndex: 'adgroup_user_tag.tag_remark' },
|
|
|
|
+ { title: '创意预览', dataIndex: 'creative_ids', serverIndex: 'adgroup_data.creative_ids', label: '设置信息', width: 130 },
|
|
{ title: '操作', dataIndex: 'cz', label: '广告详情', default: 22, width: 116 },
|
|
{ title: '操作', dataIndex: 'cz', label: '广告详情', default: 22, width: 116 },
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -89,6 +90,7 @@ const qiliangpaihanghour = [
|
|
{ title: '广告名称', dataIndex: 'adgroup_name', label: '设置信息', default: 2, width: 170 },
|
|
{ title: '广告名称', dataIndex: 'adgroup_name', label: '设置信息', default: 2, width: 170 },
|
|
{ title: '广告ID', dataIndex: 'adgroup_id', label: '设置信息', default: 9, width: 90 },
|
|
{ title: '广告ID', dataIndex: 'adgroup_id', label: '设置信息', default: 9, width: 90 },
|
|
{ title: '广告账户', dataIndex: 'account_id', label: '设置信息', default: 10, width: 70 },
|
|
{ title: '广告账户', dataIndex: 'account_id', label: '设置信息', default: 10, width: 70 },
|
|
|
|
+ { title: '创意预览', dataIndex: 'creative_ids', serverIndex: 'adgroup_data.creative_ids', label: '设置信息', width: 130 },
|
|
{ title: '投手', dataIndex: 'put_user_name', serverIndex: 'sys_user.put_user_name', label: '设置信息', default: 11, width: 65 },
|
|
{ title: '投手', dataIndex: 'put_user_name', serverIndex: 'sys_user.put_user_name', label: '设置信息', default: 11, width: 65 },
|
|
{ title: '投放时间', dataIndex: 'begin_date', serverIndex: 'adgroup.begin_date, adgroup.end_date', label: '设置信息', default: 12, width: 135 },
|
|
{ title: '投放时间', dataIndex: 'begin_date', serverIndex: 'adgroup.begin_date, adgroup.end_date', label: '设置信息', default: 12, width: 135 },
|
|
{ title: '广告状态', dataIndex: 'system_status', serverIndex: 'adgroup.system_status', label: '设置信息', width: 85 },
|
|
{ title: '广告状态', dataIndex: 'system_status', serverIndex: 'adgroup.system_status', label: '设置信息', width: 85 },
|