mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 09:48:10 +08:00
refactor: 明细表优化
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user