Merge pull request #12269 from dataease/pr@dev-v2@feat_datav-download

feat(数据大屏): 数据大屏预览支持下载图表数据等
This commit is contained in:
王嘉豪 2024-09-18 18:26:08 +08:00 committed by GitHub
commit 87c4d01dda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -290,7 +290,7 @@ const deepScale = computed(() => scale.value / 100)
element-loading-background="rgba(255, 255, 255, 1)"
>
<component-edit-bar
v-if="!showPosition.includes('canvas') && dvInfo.type === 'dashboard' && !props.isSelector"
v-if="!showPosition.includes('canvas') && !props.isSelector"
class="wrapper-edit-bar"
ref="componentEditBarRef"
:canvas-id="canvasId"