fix(数据大屏): 移动端屏蔽弹窗按钮

This commit is contained in:
wangjiahao 2025-01-06 17:22:04 +08:00 committed by 王嘉豪
parent 88da768653
commit 3ea36c6cde

View File

@ -411,6 +411,7 @@ const filterBtnShow = computed(
popAreaAvailable.value &&
popComponentData.value &&
popComponentData.value.length > 0 &&
!inMobile.value &&
canvasStyleData.value.popupButtonAvailable
)
const datasetParamsInit = item => {