fix(视图): 透视表带格式导出条件判断错误

This commit is contained in:
wisonic-s 2024-09-24 16:31:02 +08:00
parent c690882290
commit 345a52e1db

View File

@ -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() {