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