【vue】---- ElementUI 实现上传Excel
2021-01-27 11:12
阅读:881
标签:promise pre font class ipa lse change headers else
1、功能描述:vue 项目使用 el-upload 实现上传 Excel。
2、功能效果:在el-upload基础上做了样式整改。
3、功能实现:
// el-upload 上传组件
upload ref="upload" class="upload-demo" action accept=".xlsx" :limit=limit :auto-upload="false" :before-upload="beforeUpload" :on-change="handleChange" :on-remove="handleRemove" :on-exceed="handleExceed" :on-success="handleSuccess" :on-error="handleError" :file-list="fileList" :http-request="uploadFunc" > +点击上传
// el-upload 相应函数钩子
【vue】---- ElementUI 实现上传Excel
标签:promise pre font class ipa lse change headers else
原文地址:https://www.cnblogs.com/pinkpinkc/p/13221705.html
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:【vue】---- ElementUI 实现上传Excel
文章链接:http://soscw.com/index.php/essay/47717.html
文章标题:【vue】---- ElementUI 实现上传Excel
文章链接:http://soscw.com/index.php/essay/47717.html
评论
亲,登录后才可以留言!