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 {
label="编号" codeRestrict && <Form.Item
name="code" label="编号"
rules={[{ required: true, message: '必填项' }]} name="code"
> rules={[{ required: true, message: '必填项' }]}
<CodeInput restrict={codeRestrict} action={action} /> >
</Form.Item> <CodeInput restrict={codeRestrict} action={action} />
</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