diff --git a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue index aef95bbb7d..84c3318d04 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue @@ -316,7 +316,7 @@ const eventEnable = computed( ) const onWrapperClick = e => { - if (eventEnable.value) { + if (eventEnable.value && showPosition.value !== 'canvas-multiplexing') { if (config.value.events.type === 'showHidden') { // 打开弹框区域 nextTick(() => { diff --git a/core/core-frontend/src/views/common/DeResourceGroupOpt.vue b/core/core-frontend/src/views/common/DeResourceGroupOpt.vue index fbfaa8866d..14a96b9bb7 100644 --- a/core/core-frontend/src/views/common/DeResourceGroupOpt.vue +++ b/core/core-frontend/src/views/common/DeResourceGroupOpt.vue @@ -141,7 +141,7 @@ const optInit = (type, data: BusiTreeNode, exec, parentSelect = false) => { const placeholderLabel = data.leaf || type === 'leaf' ? props.curCanvasType === 'dataV' - ? t('work_branch.screen') + ? t('work_branch.big_data_screen') : t('work_branch.dashboard') : t('visualization.folder') placeholder.value = t('visualization.input_name_tips', [placeholderLabel]) diff --git a/core/core-frontend/src/views/data-visualization/MultiplexPreviewShow.vue b/core/core-frontend/src/views/data-visualization/MultiplexPreviewShow.vue index 18a1ddf241..d328317080 100644 --- a/core/core-frontend/src/views/data-visualization/MultiplexPreviewShow.vue +++ b/core/core-frontend/src/views/data-visualization/MultiplexPreviewShow.vue @@ -216,6 +216,7 @@ onBeforeMount(() => { :config="state.multiplexInfo" :canvas-style-data="canvasStyleData" :dv-info="dvInfo" + :show-position="'canvas-multiplexing'" :canvas-view-info="canvasViewInfo" />