fix
parent
2a737ef53f
commit
8b2d97eb47
|
|
@ -257,12 +257,11 @@ const ProjectDocLibrary = (props) => {
|
||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
|
||||||
<Form.Item label='资料类别' name='materialType' rules={[{ required: true, message: "请选择资料类别" }]}>
|
<Form.Item label='资料描述' name='materialType' rules={[{ required: true, message: "请输入资料描述" }]}>
|
||||||
<Select
|
<Input
|
||||||
placeholder="请选择资料类别"
|
placeholder="请输入资料描述"
|
||||||
showSearch
|
allowClear
|
||||||
optionFilterProp="label"
|
maxLength={60}
|
||||||
options={MATERIAL_TYPE_OPTIONS}
|
|
||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<AttachmentUpload
|
<AttachmentUpload
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue