diff --git a/core/core-frontend/src/views/chart/components/editor/index.vue b/core/core-frontend/src/views/chart/components/editor/index.vue index 661ae871ab..81ab051788 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -175,7 +175,7 @@ const toolTip = computed(() => { }) const templateStatusShow = computed(() => { - return view.value['dataFrom'] === 'template' + return view.value['dataFrom'] === 'template' && !mobileInPc.value }) const { view } = toRefs(props)