diff --git a/core/frontend/src/components/canvas/components/editor/EditBar.vue b/core/frontend/src/components/canvas/components/editor/EditBar.vue index c8285d0485..031e63b923 100644 --- a/core/frontend/src/components/canvas/components/editor/EditBar.vue +++ b/core/frontend/src/components/canvas/components/editor/EditBar.vue @@ -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() {