增加序号字段

This commit is contained in:
何美荣 2025-09-22 23:23:06 +08:00
parent 046150f45d
commit 4e4d6ace85

View File

@ -809,7 +809,17 @@ class UserEditPage extends React.Component {
}} />
</Form.Item>
</Col>
<Col span={8}>
<Form.Item
label={'顺序'}
{...formItemLayout}
>
{getFieldDecorator('NUM', {
initialValue: this.state.data.NUM,
rules: [],
})(<Input placeholder={'请输入顺序'} />)}
</Form.Item>
</Col>
<Col span={12}>
<Form.Item
label={'备注'}