字节arco-design
a-upload多种附件上传
"align-self: start;margin-left:10px;">
"uploader" :action="UPLOAD_URL" name="file" multiple accept=".pdf"
:fileList="item.files ? item.files : []"
:show-file-list="false"
@before-upload="beforeUpload"
@change="function(fileList,fileItem){return onUploadChange(fileList,fileItem,item)}"
@progress="onUploadProgress"
@success="function(fileItem){onUploadSuccess(fileItem,item)}"
@error="onUploadError(item)">
:type="item.isOk ? 'success' : 'danger'" plain
icon="icon-upload">点击上传文件1
监听不到 @progress="onUploadProgress" 事件
如何监听progress事件