From 0802468c7565c99f08e51d660e8dfbdd4a32d3b6 Mon Sep 17 00:00:00 2001 From: nightdays Date: Wed, 19 Nov 2025 18:19:41 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E6=96=B0=E5=A2=9E=E5=85=BB=E6=8A=A4?= =?UTF-8?q?=E7=AB=99=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ImageMarkTooltip/YHZTooltip.vue | 391 ++++++++++++++++++ .../components/ImageMarkTooltip/index.js | 2 +- 2 files changed, 392 insertions(+), 1 deletion(-) create mode 100644 packages/screen/src/views/cockpit/components/ImageMarkTooltip/YHZTooltip.vue diff --git a/packages/screen/src/views/cockpit/components/ImageMarkTooltip/YHZTooltip.vue b/packages/screen/src/views/cockpit/components/ImageMarkTooltip/YHZTooltip.vue new file mode 100644 index 0000000..1626400 --- /dev/null +++ b/packages/screen/src/views/cockpit/components/ImageMarkTooltip/YHZTooltip.vue @@ -0,0 +1,391 @@ + + + + + diff --git a/packages/screen/src/views/cockpit/components/ImageMarkTooltip/index.js b/packages/screen/src/views/cockpit/components/ImageMarkTooltip/index.js index 9355e13..081f799 100644 --- a/packages/screen/src/views/cockpit/components/ImageMarkTooltip/index.js +++ b/packages/screen/src/views/cockpit/components/ImageMarkTooltip/index.js @@ -1,5 +1,5 @@ import { createVNode, render } from 'vue' -import serviceFacility from './serviceFacilityToolTip.vue' +import serviceFacility from './YHZTooltip.vue' const UIMap = { serviceFacility