Merge pull request #12409 from dataease/pr@dev@fix_pivot_export
fix(视图): 透视表带格式导出条件判断错误
This commit is contained in:
commit
6f50792256
@ -314,6 +314,7 @@ export default {
|
||||
hasDataPermission('export', this.$store.state.panel.panelInfo.privileges) &&
|
||||
this.chart &&
|
||||
this.chart.dataFrom !== 'template' &&
|
||||
this.chart.type === 'table-pivot' &&
|
||||
JSON.parse(this.chart.customAttr).size?.tableLayoutMode !== 'tree'
|
||||
},
|
||||
enlargeShow() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user