wjx 6 days ago
parent
commit
05beb7fe36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/launchSystemV3/adqv3/ad/autoAcquisitionSetTask.tsx

+ 1 - 1
src/pages/launchSystemV3/adqv3/ad/autoAcquisitionSetTask.tsx

@@ -281,7 +281,7 @@ const AutoAcquisitionSet: React.FC<Props> = ({ selectAdList = [], initialValues,
                             <Form.Item label={<strong>修改预算类型</strong>} name="addType" rules={[{ required: true, message: '请选择修改预算类型!' }]}>
                             <Form.Item label={<strong>修改预算类型</strong>} name="addType" rules={[{ required: true, message: '请选择修改预算类型!' }]}>
                                 <Radio.Group buttonStyle="solid">
                                 <Radio.Group buttonStyle="solid">
                                     <Radio.Button value="fixed">固定值</Radio.Button>
                                     <Radio.Button value="fixed">固定值</Radio.Button>
-                                    <Radio.Button value="percent" disabled>百分比上下浮动修改</Radio.Button>
+                                    <Radio.Button value="percent" disabled={taskType === 'cyc'}>百分比上下浮动修改</Radio.Button>
                                 </Radio.Group>
                                 </Radio.Group>
                             </Form.Item>
                             </Form.Item>
                             {addType === 'fixed' ? <Form.Item label={<strong>一键起量预算</strong>} name="budget">
                             {addType === 'fixed' ? <Form.Item label={<strong>一键起量预算</strong>} name="budget">