feat:变更仪表板下载视图明细图标

This commit is contained in:
wangjiahao 2021-07-09 17:23:53 +08:00
parent 4399e21704
commit f5939b1a84
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<span style="position: absolute;right: 70px;top:15px">
<el-button size="mini" @click="exportExcel">
<svg-icon icon-class="ds-excel" class="ds-icon-excel" />
{{$t('chart.export_details')}}
{{ $t('chart.export_details') }}
</el-button>
</span>
<UserViewDialog ref="userViewDialog" :chart="showChartInfo" :chart-table="showChartTableInfo" />

View File

@ -100,7 +100,7 @@
:destroy-on-close="true"
>
<span style="position: absolute;right: 70px;top:15px">
<el-button class="el-icon-download" size="mini" @click="exportExcel">
<el-button size="mini" @click="exportExcel">
<svg-icon icon-class="ds-excel" class="ds-icon-excel" />
{{ $t('chart.export_details') }}
</el-button>