wjx 4 months ago
parent
commit
e15d45003d

+ 1 - 1
src/pages/launchSystemV3/tencentAdPutIn/create/Ad/adgroupsPrice.tsx

@@ -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']}