forked from github/dataease
Merge pull request #12269 from dataease/pr@dev-v2@feat_datav-download
feat(数据大屏): 数据大屏预览支持下载图表数据等
This commit is contained in:
commit
87c4d01dda
@ -290,7 +290,7 @@ const deepScale = computed(() => scale.value / 100)
|
|||||||
element-loading-background="rgba(255, 255, 255, 1)"
|
element-loading-background="rgba(255, 255, 255, 1)"
|
||||||
>
|
>
|
||||||
<component-edit-bar
|
<component-edit-bar
|
||||||
v-if="!showPosition.includes('canvas') && dvInfo.type === 'dashboard' && !props.isSelector"
|
v-if="!showPosition.includes('canvas') && !props.isSelector"
|
||||||
class="wrapper-edit-bar"
|
class="wrapper-edit-bar"
|
||||||
ref="componentEditBarRef"
|
ref="componentEditBarRef"
|
||||||
:canvas-id="canvasId"
|
:canvas-id="canvasId"
|
||||||
|
Loading…
Reference in New Issue
Block a user