mirror of
https://github.com/dataease/dataease.git
synced 2026-06-10 14:17:06 +08:00
fix(视图): 透视表带格式导出条件判断错误
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user