Browse Source

增加国外2按钮

master
liuchen864 4 months ago
parent
commit
074f152b74
  1. 7
      src/views/excel/index.vue

7
src/views/excel/index.vue

@ -25,8 +25,11 @@
<el-button type="primary" icon="Search" @click="handleExport('foshan')" <el-button type="primary" icon="Search" @click="handleExport('foshan')"
>导出佛山青岛</el-button >导出佛山青岛</el-button
> >
<el-button type="primary" icon="Search" @click="handleExport('guowai')" <el-button type="primary" icon="Search" @click="handleExport('guowai1')"
>导出国外</el-button >导出国外1</el-button
>
<el-button type="primary" icon="Search" @click="handleExport('guowai2')"
>导出国外2</el-button
> >
<el-button type="info" plain icon="Refresh" @click="resetQuery" <el-button type="info" plain icon="Refresh" @click="resetQuery"
>重置</el-button >重置</el-button

Loading…
Cancel
Save