Commit c9195344 authored by 武广's avatar 武广

fix: 修改副标题为非必填

parent 3c523b27
...@@ -106,7 +106,7 @@ const FormCai = forwardRef((props, ref) => { ...@@ -106,7 +106,7 @@ const FormCai = forwardRef((props, ref) => {
<Form.Item <Form.Item
name={[name, 'subtitle']} name={[name, 'subtitle']}
onChange={e => onChange(e, caiIndex)} onChange={e => onChange(e, caiIndex)}
rules={[{ required: true, message: '请输入副标题' }]} // rules={[{ required: true, message: '请输入副标题' }]}
> >
<Input maxLength={100} placeholder="最多100个字" /> <Input maxLength={100} placeholder="最多100个字" />
</Form.Item> </Form.Item>
......
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