diff --git a/core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue b/core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue index d611c25d25..93e5f87a23 100644 --- a/core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue +++ b/core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue @@ -281,10 +281,7 @@ const trackMenu = computed(() => { jumpCount++ } }) - jumpCount && - view.value?.jumpActive && - !mobileInPc.value && - trackMenuInfo.push('jump') + jumpCount && view.value?.jumpActive && !mobileInPc.value && trackMenuInfo.push('jump') linkageCount && view.value?.linkageActive && trackMenuInfo.push('linkage') view.value.drillFields.length && trackMenuInfo.push('drill') // 如果同时配置jump linkage drill 切配置联动时同时下钻 在实际只显示两个 '跳转' '联动和下钻' diff --git a/core/core-frontend/src/views/chart/components/views/components/ChartComponentS2.vue b/core/core-frontend/src/views/chart/components/views/components/ChartComponentS2.vue index d2a468b701..01d97dc837 100644 --- a/core/core-frontend/src/views/chart/components/views/components/ChartComponentS2.vue +++ b/core/core-frontend/src/views/chart/components/views/components/ChartComponentS2.vue @@ -318,10 +318,7 @@ const trackMenu = computed(() => { jumpCount++ } }) - jumpCount && - view.value?.jumpActive && - !mobileInPc.value && - trackMenuInfo.push('jump') + jumpCount && view.value?.jumpActive && !mobileInPc.value && trackMenuInfo.push('jump') linkageCount && view.value?.linkageActive && trackMenuInfo.push('linkage') view.value.drillFields.length && trackMenuInfo.push('drill') // 如果同时配置jump linkage drill 切配置联动时同时下钻 在实际只显示两个 '跳转' '联动和下钻'