@@ -82,6 +82,7 @@
:disabled="readonly"
:custom-request="(options: any) => annexCustomRequest(item.id, options)"
:before-upload="beforeAnnexUpload"
+ :maxCount="100"
@remove="(file: any) => handleAnnexRemove(item.id, file)"
@update:file-list="(list: any) => setAnnexFileList(item.id, list)"
>