forked from github/dataease
feat(数据大屏): 大屏的图片组件支持背景设置 #11582
This commit is contained in:
parent
d879695dd2
commit
66a8c07776
@ -117,9 +117,7 @@ const backgroundCustomShow = computed(() => {
|
|||||||
return (
|
return (
|
||||||
dashboardActive.value ||
|
dashboardActive.value ||
|
||||||
(!dashboardActive.value &&
|
(!dashboardActive.value &&
|
||||||
!['CanvasBoard', 'CanvasIcon', 'Picture', 'CircleShape', 'RectShape'].includes(
|
!['CanvasBoard', 'CanvasIcon', 'CircleShape', 'RectShape'].includes(element.value.component))
|
||||||
element.value.component
|
|
||||||
))
|
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user