Commit 5a2d52e1 by zhaochengxiang

资产L3目录隐藏编号

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