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) &&
|
hasDataPermission('export', this.$store.state.panel.panelInfo.privileges) &&
|
||||||
this.chart &&
|
this.chart &&
|
||||||
this.chart.dataFrom !== 'template' &&
|
this.chart.dataFrom !== 'template' &&
|
||||||
|
this.chart.type === 'table-pivot' &&
|
||||||
JSON.parse(this.chart.customAttr).size?.tableLayoutMode !== 'tree'
|
JSON.parse(this.chart.customAttr).size?.tableLayoutMode !== 'tree'
|
||||||
},
|
},
|
||||||
enlargeShow() {
|
enlargeShow() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user