Commit 10ad19d82cb98f1452e488f4719e316b05818105

Authored by jiangwei
1 parent fc7932eb

配件计划限制附件上传类型

src/pages/pms/comonents/ImageUpload.tsx
... ... @@ -77,6 +77,7 @@ function Index(props: Props) {
77 77 <Upload
78 78 action="/api/file/upload"
79 79 listType="picture-card"
  80 + accept=".jpg,.png"
80 81 disabled={disabled}
81 82 fileList={fileList}
82 83 onPreview={handlePreview}
... ...