Commit e2f05077 by fanyj

修改目录级别

parent f6b1dd92
......@@ -303,12 +303,12 @@ const UpdateDirectoryModal = (props) => {
}
</Form.Item>
<Form.Item
label="备注"
label="目录级别"
name="remarks"
style={{ marginBottom }}
>
{
(action==='detail') ? <span>{dir?.remarks}</span> : <Input.TextArea placeholder="请输入备注" autoSize={{ minRows: 4, maxRows: 4 }} />
(action==='detail') ? <span>{dir?.remarks}</span> : <Input placeholder="请输入目录级别(L1,L2,L3)" />
}
</Form.Item>
{/* <Form.Item
......
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