Browse Source

按钮图标

master
zhang_li 4 months ago
parent
commit
6f9a168145
  1. 8
      src/views/excel/index.vue

8
src/views/excel/index.vue

@ -18,17 +18,17 @@
<el-form-item>
<el-button
type="primary"
icon="Search"
icon="Download"
@click="handleExport('changchun')"
>导出长春</el-button
>
<el-button type="primary" icon="Search" @click="handleExport('foshan')"
<el-button type="primary" icon="Download" @click="handleExport('foshan')"
>导出佛山青岛</el-button
>
<el-button type="primary" icon="Search" @click="handleExport('guowai1')"
<el-button type="primary" icon="Download" @click="handleExport('guowai1')"
>导出国外(国力)</el-button
>
<el-button type="primary" icon="Search" @click="handleExport('guowai2')"
<el-button type="primary" icon="Download" @click="handleExport('guowai2')"
>导出国外PO</el-button
>
<el-button type="info" plain icon="Refresh" @click="resetQuery"

Loading…
Cancel
Save