11 2021 档案

摘要:如果是button 直接加loading就能搞定 <el-button type="text" :loading="downLoading" @click="downloadFn(item)">下载</el-button> 如果是标签要加一个判断事件 <span v-loading="downLoa 阅读全文
posted @ 2021-11-12 10:37 hello芳芳 阅读(67) 评论(0) 推荐(0)
摘要:<el-button type="primary" @click="exportData"> <svg-icon class="svg-icon-btn" icon-class="asset_export_excel" /> 导出 </el-button> import download from 阅读全文
posted @ 2021-11-09 14:42 hello芳芳 阅读(84) 评论(0) 推荐(0)