Commit a08e5a0d by zhaochengxiang

bug fix

parent 72958bc7
...@@ -63,7 +63,7 @@ class UpdateTreeItemForm extends React.Component { ...@@ -63,7 +63,7 @@ class UpdateTreeItemForm extends React.Component {
name="rangeList" name="rangeList"
rules={[{ required: true, message: '请输入范围!' }]} rules={[{ required: true, message: '请输入范围!' }]}
> >
<Input /> <Input placeholder='请输入范围,以逗号隔开' />
</Form.Item> </Form.Item>
<Form.Item <Form.Item
label="描述" label="描述"
......
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