提交 422f02d2 authored 作者: wangjiahao's avatar wangjiahao

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

上级 7b2a63d2
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论