refactor: 明细表优化

This commit is contained in:
junjun 2022-04-25 17:11:21 +08:00
parent 7e29e2f77b
commit d4c610de5d

View File

@ -64,7 +64,7 @@ export default {
computed: {
showChartCanvas() {
return !this.chart.type.includes('table')
return this.chart.type !== 'table-normal' && this.chart.type !== 'table-info'
},
customStyle() {
let style = {