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
commit 8e97cc0431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = {