class="avatar-uploader mr-10"action="#":show-file-list="false":limit='1'list-type="picture-card":http-request="function(file){return uploadSectionFile(file,6)}"v-model="infoData.businessCertificate"></el-upload></el-form-item> 通过:http-request="function(file){return uploadSectionFile(...
首先在页面上添加一个el-upload控件 <el-upload ref="upload" :limit="1" accept=".xlsx, .xls" :headers="upload.headers" :action="upload.url" :disabled="upload.isUploading" :on-progress="handleFileUploadProgress" :on-success="handleFileSuccess" :auto-upload="false" :data="{updateSupport:upl...
1.el-upload http-request使用 多个文件上传携带其他参数方式2023-06-07 收起 https://www.jb51.net/article/246429.htm https://blog.csdn.net/m0_49194578/article/details/125074755 http://www.taodudu.cc/news/show-3058666.html?action=onClick合集...