refactor: 表格导出明细不需要截图

This commit is contained in:
wangjiahao 2022-04-14 16:21:21 +08:00
parent 7b2a63d291
commit 422f02d2fa

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