mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 03:22:56 +08:00
fix(数据大屏): 移动端屏蔽弹窗按钮
This commit is contained in:
parent
88da768653
commit
3ea36c6cde
@ -411,6 +411,7 @@ const filterBtnShow = computed(
|
||||
popAreaAvailable.value &&
|
||||
popComponentData.value &&
|
||||
popComponentData.value.length > 0 &&
|
||||
!inMobile.value &&
|
||||
canvasStyleData.value.popupButtonAvailable
|
||||
)
|
||||
const datasetParamsInit = item => {
|
||||
|
Loading…
Reference in New Issue
Block a user