dev-tmp1
tangjie 2026-08-20 11:47:43 +08:00
parent 2a737ef53f
commit 8b2d97eb47
1 changed files with 5 additions and 6 deletions

View File

@ -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