|
@@ -16,7 +16,7 @@ const txAdConfig = [
|
|
|
{ title: '投放时间', dataIndex: 'timeSeries', label: '设置信息', default: 11, width: 55 },
|
|
|
{ title: '首日开始投放时间', dataIndex: 'firstDayBeginTime', label: '设置信息', default: 12, width: 70 },
|
|
|
{ title: '出价', dataIndex: 'bidAmount', label: '设置信息', default: 13, width: 140 },
|
|
|
- { title: '首日付费ROI', dataIndex: 'expectedRoi', label: '设置信息', default: 14, width: 70 },
|
|
|
+ { title: '深度优化ROI', dataIndex: 'expectedRoi', label: '设置信息', default: 14, width: 70 },
|
|
|
{ title: '出价类型', dataIndex: 'smartBidType', label: '设置信息', default: 15, width: 80 },
|
|
|
{ title: '广告组日预算(分)', dataIndex: 'dailyBudget', label: '设置信息', default: 16, width: 70 },
|
|
|
{ title: '是否开启自动版位功能', dataIndex: 'automaticSiteEnabled', label: '设置信息', default: 17, width: 80 },
|