Unverified 提交 8e97cc04 authored 作者: 王嘉豪's avatar 王嘉豪 提交者: GitHub

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

refactor: 表格导出明细不需要截图
...@@ -63,7 +63,7 @@ export default { ...@@ -63,7 +63,7 @@ export default {
}, },
computed: { computed: {
showChartCanvas() { showChartCanvas() {
return this.chart.type !== 'table-normal' && this.chart.type !== 'table-info' return !this.chart.type.includes('table')
}, },
customStyle() { customStyle() {
let style = { let style = {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论