From bcdce8f36804781d37eda73664adee70be5e6ef8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E5=85=B4=E5=87=AF?= <2448379534@qq.com>
Date: Mon, 24 Aug 2026 09:50:36 +0800
Subject: [PATCH] =?UTF-8?q?ai=E8=A7=86=E9=A2=91=E7=AB=99=E5=BC=B9=E7=AA=97?=
=?UTF-8?q?=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF=E4=B8=8D=E6=98=BE=E7=A4=BA?=
=?UTF-8?q?=E7=9A=84=E9=97=AE=E6=8F=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../MapModal/components/BasicInfo.vue | 98 +++++++++++++++++--
.../src/components/MapModal/setting.config.ts | 60 ++++++------
2 files changed, 121 insertions(+), 37 deletions(-)
diff --git a/frontend/src/components/MapModal/components/BasicInfo.vue b/frontend/src/components/MapModal/components/BasicInfo.vue
index 9e2b5b5e..7c0a223b 100644
--- a/frontend/src/components/MapModal/components/BasicInfo.vue
+++ b/frontend/src/components/MapModal/components/BasicInfo.vue
@@ -7,9 +7,7 @@
v-for="item in tabledata"
:key="item.key"
>
-
- {{ item.name }}:
-
+ {{ item.name }}:
{{ item.name }}:
@@ -208,17 +206,101 @@ const columnsConfig = ref([
columns: waPointColumns
},
{
- type: 'VD_FBFM',
- columns: StinfoAiVidoPointColumns
- },
- {
- type: 'VD',
+ type: 'VD_FB',
columns: StinfoAiVidoPointColumns
},
{
type: 'VD_FP',
columns: StinfoAiVidoPointColumns
},
+ {
+ type: 'VD_SG',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD_VP',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD_EQ',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD_DW',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD_FH',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD_OTWE',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD_OTTE',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD_FBP',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD_FC',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD_WQ',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD_TE',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD_WE',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD_EQS',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD_WT',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD_FBFM',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD_FBI',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD_PR',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD_FPB',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD_GZFC',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD_FPC',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD_VA',
+ columns: StinfoAiVidoPointColumns
+ },
+ {
+ type: 'VD',
+ columns: StinfoAiVidoPointColumns
+ },
{
type: 'VD_SN',
columns: StinfoAiVidoPointColumns
diff --git a/frontend/src/components/MapModal/setting.config.ts b/frontend/src/components/MapModal/setting.config.ts
index c65e6d85..5fcd12b4 100644
--- a/frontend/src/components/MapModal/setting.config.ts
+++ b/frontend/src/components/MapModal/setting.config.ts
@@ -1085,10 +1085,10 @@ const handleTabs = (modaldata: any) => {
return WETabs;
case 'WVA':
return WATabs;
- case 'VD_FBFM':
- case 'VD':
- case 'VD_FP':
- return videoTabs;
+ // case 'VD_FBFM':
+ // case 'VD':
+ // case 'VD_FP':
+ // return videoTabs;
case 'ENG_ALARM_POINT':
return DZGJ;
case 'FPRD':
@@ -1185,31 +1185,33 @@ const handleTabs = (modaldata: any) => {
// }
// case 'FH':
// return FHTabs
- // case 'VD_FB':
- // case 'VD_FP':
- // case 'VD_SG':
- // case 'VD_VP':
- // case 'VD_EQ':
- // case 'VD_DW':
- // case 'VD_FH':
- // case 'VD_OTWE':
- // case 'VD_OTTE':
- // case 'VD_FBP':
- // case 'VD_FC':
- // case 'VD_WQ':
- // case 'VD_TE':
- // case 'VD_WE':
- // case 'VD_EQS':
- // case 'VD_WT':
- // case 'VD_FBFM':
- // case 'VD_FBI':
- // case 'VD_PR':
- // case 'VD_FPB':
- // case 'VD_GZFC':
- // case 'VD_FPC':
- // case 'VD_VA':
- // case 'VD':
- // return videoTabs
+ // {
+
+ case 'VD_FB':
+ case 'VD_FP':
+ case 'VD_SG':
+ case 'VD_VP':
+ case 'VD_EQ':
+ case 'VD_DW':
+ case 'VD_FH':
+ case 'VD_OTWE':
+ case 'VD_OTTE':
+ case 'VD_FBP':
+ case 'VD_FC':
+ case 'VD_WQ':
+ case 'VD_TE':
+ case 'VD_WE':
+ case 'VD_EQS':
+ case 'VD_WT':
+ case 'VD_FBFM':
+ case 'VD_FBI':
+ case 'VD_PR':
+ case 'VD_FPB':
+ case 'VD_GZFC':
+ case 'VD_FPC':
+ case 'VD_VA':
+ case 'VD':
+ return videoTabs;
case 'VD_SN':
case 'VD_WVD':
return noLiveVideoTabs;