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 label='资料类别' name='materialType' rules={[{ required: true, message: "请选择资料类别" }]}>
<Select
placeholder="请选择资料类别"
showSearch
optionFilterProp="label"
options={MATERIAL_TYPE_OPTIONS}
<Form.Item label='资料描述' name='materialType' rules={[{ required: true, message: "请输入资料描述" }]}>
<Input
placeholder="请输入资料描述"
allowClear
maxLength={60}
/>
</Form.Item>
<AttachmentUpload