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;