fix: fixed missing icons

This commit is contained in:
花裤衩
2019-08-27 20:57:51 +08:00
parent 46cc375d0d
commit 12c8d85873
9 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="app-container">
<el-button :loading="downloadLoading" style="margin-bottom:20px" type="primary" icon="document" @click="handleDownload">Export</el-button>
<el-button :loading="downloadLoading" style="margin-bottom:20px" type="primary" icon="el-icon-document" @click="handleDownload">Export</el-button>
<el-table
ref="multipleTable"