提交 d4c610de authored 作者: junjun's avatar junjun

refactor: 明细表优化

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