Commit cf426141 authored by 武广's avatar 武广

fix: 禁用有效期类型[指定范围]

parent 2ba0ce46
...@@ -123,7 +123,9 @@ const FormRuleSetting = forwardRef((props, ref) => { ...@@ -123,7 +123,9 @@ const FormRuleSetting = forwardRef((props, ref) => {
> >
<Radio.Group onChange={onChangeDateType}> <Radio.Group onChange={onChangeDateType}>
<Radio value={1}>固定日期</Radio> <Radio value={1}>固定日期</Radio>
<Radio value={2}>指定范围</Radio> <Radio value={2} disabled>
指定范围
</Radio>
</Radio.Group> </Radio.Group>
</Form.Item> </Form.Item>
{dateType === 1 ? ( {dateType === 1 ? (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment