wjx 4 달 전
부모
커밋
e15d45003d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/launchSystemV3/tencentAdPutIn/create/Ad/adgroupsPrice.tsx

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