forked from github/dataease
Merge pull request #2117 from dataease/pr@dev@refactor_excel-export
refactor: 表格导出明细不需要截图
This commit is contained in:
commit
8e97cc0431
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user