refactor: 明细表优化
This commit is contained in:
parent
7e29e2f77b
commit
d4c610de5d
@ -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 = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user