增加序号字段
This commit is contained in:
parent
046150f45d
commit
4e4d6ace85
@ -809,7 +809,17 @@ class UserEditPage extends React.Component {
|
|||||||
}} />
|
}} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</Col>
|
</Col>
|
||||||
|
<Col span={8}>
|
||||||
|
<Form.Item
|
||||||
|
label={'顺序'}
|
||||||
|
{...formItemLayout}
|
||||||
|
>
|
||||||
|
{getFieldDecorator('NUM', {
|
||||||
|
initialValue: this.state.data.NUM,
|
||||||
|
rules: [],
|
||||||
|
})(<Input placeholder={'请输入顺序'} />)}
|
||||||
|
</Form.Item>
|
||||||
|
</Col>
|
||||||
<Col span={12}>
|
<Col span={12}>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={'备注'}
|
label={'备注'}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user