Commit 5a2d52e1 by zhaochengxiang

资产L3目录隐藏编号

parent 31169abf
...@@ -245,13 +245,15 @@ const UpdateDirectoryModal = (props) => { ...@@ -245,13 +245,15 @@ const UpdateDirectoryModal = (props) => {
</Select> </Select>
</Form.Item> </Form.Item>
} }
<Form.Item {
codeRestrict && <Form.Item
label="编号" label="编号"
name="code" name="code"
rules={[{ required: true, message: '必填项' }]} rules={[{ required: true, message: '必填项' }]}
> >
<CodeInput restrict={codeRestrict} action={action} /> <CodeInput restrict={codeRestrict} action={action} />
</Form.Item> </Form.Item>
}
<Form.Item <Form.Item
label="名称" label="名称"
name="name" name="name"
......
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