forked from github/dataease
feat(视图): 透视表支持滚动
This commit is contained in:
parent
929a7193d5
commit
4e6b7efda7
@ -2188,7 +2188,7 @@ export default {
|
||||
equalsAny(this.view.type, 'map', 'text')
|
||||
},
|
||||
showScrollCfg() {
|
||||
return equalsAny(this.view.type, 'table-normal', 'table-info')
|
||||
return equalsAny(this.view.type, 'table-normal', 'table-info', 'table-pivot')
|
||||
},
|
||||
showAnalyseCfg() {
|
||||
if (this.view.type === 'bidirectional-bar' || this.view.type === 'bar-time-range') {
|
||||
|
Loading…
Reference in New Issue
Block a user