|
|
@ -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" |
|
|
|