|
|
@@ -70,8 +70,8 @@
|
|
|
<el-button type="primary" :size="size" icon="el-icon-search" slot="append"
|
|
|
@click="searchStateChange"></el-button>
|
|
|
</el-input>
|
|
|
- <el-button type="primary" :size="size" icon="el-icon-top" @click="generateListAndDownload">生成列表[后端]</el-button>
|
|
|
- <el-button type="primary" :size="size" icon="el-icon-top" @click="generateListAndDownloadOfWeb">生成列表[前端]</el-button>
|
|
|
+<!-- <el-button type="primary" :size="size" icon="el-icon-top" @click="generateListAndDownload">生成列表[后端]</el-button>-->
|
|
|
+ <el-button type="primary" :size="size" icon="el-icon-top" @click="generateListAndDownloadOfWeb">生成列表</el-button>
|
|
|
<!-- <el-button type="primary" :size="size">导出已生成列表</el-button>-->
|
|
|
</template>
|
|
|
<template slot="menuLeft">
|