|
|
@@ -31,7 +31,7 @@
|
|
|
<el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
|
|
|
<el-button type="primary" icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
|
|
|
<el-button type="primary" icon="el-icon-download" size="mini" @click="handleExport"
|
|
|
- v-hasPermi="['core:monitorAccessReport:export']">导出
|
|
|
+ v-hasPermi="['core:monitorAccessReport:export']">导出数据
|
|
|
</el-button>
|
|
|
</el-col>
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|