Browse Source

🎨 按要求修改上传数量

快乐的梦鱼 3 weeks ago
parent
commit
d4861ca90d

+ 1 - 0
src/pages/collect/assessment/components/SelfAssessmentFormBlock.vue

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