权限分配

This commit is contained in:
sin
2019-03-11 13:44:04 +08:00
parent f02e4d26ef
commit 3cb4efd52e
5 changed files with 274 additions and 7 deletions

View File

@@ -65,6 +65,7 @@ const CreateForm = Form.create()(props => {
rules: [{ required: true, message: '请输入父级编号!' }],
initialValue: initValues.pid,
})(<Input placeholder="请输入" />)}
<span>根节点为 0</span>
</FormItem>
<FormItem labelCol={{ span: 5 }} wrapperCol={{ span: 15 }} label="排序">
{form.getFieldDecorator('sort', {