下载模板icon
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
18 | <el-button type="primary" icon="iconfont iconshangchuan">上传</el-button> | 18 | <el-button type="primary" icon="iconfont iconshangchuan">上传</el-button> |
19 | </el-upload> | 19 | </el-upload> |
20 | </div> | 20 | </div> |
21 | <el-button type="primary" class="download" @click="downloadTemplate">下载模板</el-button> | 21 | <el-button type="primary" class="download" @click="downloadTemplate" icon="iconfont iconxiazai1">下载模板</el-button> |
22 | </div> | 22 | </div> |
23 | <ul> | 23 | <ul> |
24 | <li v-for="(item,index) in errorData" :key="index">{{item}}</li> | 24 | <li v-for="(item,index) in errorData" :key="index">{{item}}</li> | ... | ... |
-
Please register or sign in to post a comment