forked from github/dataease
Merge pull request #5640 from dataease/pr@dev@fix_chart_pdf_export_icon
fix(视图-PDF导出): PDF导出时图标显示异常
This commit is contained in:
commit
5516ed3e3f
@ -82,10 +82,10 @@
|
|||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
<span :title="$t('route.exportExcel')">
|
<span :title="$t('route.exportExcel')">
|
||||||
<svg-icon
|
<i
|
||||||
v-if="exportExcelShow"
|
v-if="exportExcelShow"
|
||||||
style="color: white"
|
style="line-height: 24px"
|
||||||
icon-class="file-excel"
|
class="el-icon-document-delete"
|
||||||
@click.stop="exportExcelDownload()"
|
@click.stop="exportExcelDownload()"
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
@ -469,7 +469,7 @@ export default {
|
|||||||
this.$emit('showViewDetails', { openType: openType })
|
this.$emit('showViewDetails', { openType: openType })
|
||||||
},
|
},
|
||||||
exportExcelDownload() {
|
exportExcelDownload() {
|
||||||
exportExcelDownload(this.chart, null, null, null, null, null)
|
exportExcelDownload(this.chart)
|
||||||
},
|
},
|
||||||
auxiliaryMatrixChange() {
|
auxiliaryMatrixChange() {
|
||||||
if (this.curComponent.auxiliaryMatrix) {
|
if (this.curComponent.auxiliaryMatrix) {
|
||||||
|
Loading…
Reference in New Issue
Block a user