Merge pull request #2117 from dataease/pr@dev@refactor_excel-export

refactor: 表格导出明细不需要截图
This commit is contained in:
王嘉豪
2022-04-14 16:21:59 +08:00
committed by GitHub

View File

@@ -63,7 +63,7 @@ export default {
},
computed: {
showChartCanvas() {
return this.chart.type !== 'table-normal' && this.chart.type !== 'table-info'
return !this.chart.type.includes('table')
},
customStyle() {
let style = {