|
@@ -27,11 +27,13 @@ const txAdConfig = [
|
|
|
{ title: '是否开启自动版位功能', dataIndex: 'automaticSiteEnabled', label: '广告详情', default: 22, width: 80 },
|
|
|
{ title: '版位选择', dataIndex: 'siteSet', label: '广告详情', default: 23, width: 100 },
|
|
|
{ title: '定向条件描述', dataIndex: 'targetingTranslation', label: '广告详情', default: 24, width: 80 },
|
|
|
- { title: '创建时间', dataIndex: 'createdTime', label: '广告详情', default: 25, width: 140 },
|
|
|
- { title: '是否已删除', dataIndex: 'isDeleted', label: '广告详情', default: 26, width: 60 },
|
|
|
- { title: '广告状态', dataIndex: 'systemStatus', label: '广告详情', default: 27, width: 80 },
|
|
|
- { title: '创意预览', dataIndex: 'dynamicCreativeList', label: '广告详情', default: 28, width: 150 },
|
|
|
- { title: '操作', dataIndex: 'cz', label: '广告详情', default: 29, width: 65 },
|
|
|
+ { title: '成本保障状态', dataIndex: 'costGuaranteeStatus', label: '广告详情', default: 25, width: 80 },
|
|
|
+ { title: '成本保障赔付金额', dataIndex: 'costGuaranteeMoney', label: '广告详情', default: 26, width: 80 },
|
|
|
+ { title: '创建时间', dataIndex: 'createdTime', label: '广告详情', default: 27, width: 140 },
|
|
|
+ { title: '是否已删除', dataIndex: 'isDeleted', label: '广告详情', default: 28, width: 60 },
|
|
|
+ { title: '广告状态', dataIndex: 'systemStatus', label: '广告详情', default: 29, width: 80 },
|
|
|
+ { title: '创意预览', dataIndex: 'dynamicCreativeList', label: '广告详情', default: 30, width: 150 },
|
|
|
+ { title: '操作', dataIndex: 'cz', label: '广告详情', default: 31, width: 65 },
|
|
|
]
|
|
|
}
|
|
|
]
|