建议问卷导出Excel

This commit is contained in:
xiezhijun
2021-08-14 16:20:16 +08:00
parent 8e963814d8
commit 02d8f7b3d6
7 changed files with 138 additions and 26 deletions

View File

@ -86,7 +86,7 @@
v-hasPermi="['custom:preSaleSurvey:remove']"
>删除</el-button>
</el-col>
<!--<el-col :span="1.5">
<el-col :span="1.5">
<el-button
type="warning"
icon="el-icon-download"
@ -94,7 +94,7 @@
@click="handleExport"
v-hasPermi="['custom:preSaleSurvey:export']"
>导出</el-button>
</el-col>-->
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row>