|
@@ -145,7 +145,7 @@ const AdgroupsPrice: React.FC = () => {
|
|
|
]}
|
|
|
>
|
|
|
<InputNumber style={{ width: 480 }} placeholder={`期望ROI目标范围${goal === 'GOAL_1DAY_MONETIZATION_ROAS' ? '0.001~50' : '0.001~1000'},输入0.05,表示ROI目标为5%`} />
|
|
|
- </Form.Item> : <Form.Item label={<strong>{roiAllocationMode === 2 ? '随机出价' : '阶梯出价'}</strong>} required>
|
|
|
+ </Form.Item> : <Form.Item label={<strong>{roiAllocationMode === 2 ? '随机ROI' : '阶梯ROI'}</strong>} required>
|
|
|
<Space>
|
|
|
<Form.Item
|
|
|
name={['deepConversionSpec', 'deepConversionWorthSpec', 'expectedRoiMin']}
|