ai视频站弹窗基本信息不显示的问提

This commit is contained in:
王兴凯 2026-08-24 09:50:36 +08:00
parent 003a6f8228
commit bcdce8f368
2 changed files with 121 additions and 37 deletions

View File

@ -7,9 +7,7 @@
v-for="item in tabledata" v-for="item in tabledata"
:key="item.key" :key="item.key"
> >
<div class="col-title" v-if="!item.visible"> <div class="col-title" v-if="!item.visible">{{ item.name }}</div>
{{ item.name }}
</div>
<div class="col-left" v-if="item.visible && item.filed != ''"> <div class="col-left" v-if="item.visible && item.filed != ''">
<a-tooltip :title="item.name.length > 10 ? item.name : ''" <a-tooltip :title="item.name.length > 10 ? item.name : ''"
>{{ item.name }} >{{ item.name }}
@ -208,17 +206,101 @@ const columnsConfig = ref([
columns: waPointColumns columns: waPointColumns
}, },
{ {
type: 'VD_FBFM', type: 'VD_FB',
columns: StinfoAiVidoPointColumns
},
{
type: 'VD',
columns: StinfoAiVidoPointColumns columns: StinfoAiVidoPointColumns
}, },
{ {
type: 'VD_FP', type: 'VD_FP',
columns: StinfoAiVidoPointColumns 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', type: 'VD_SN',
columns: StinfoAiVidoPointColumns columns: StinfoAiVidoPointColumns

View File

@ -1085,10 +1085,10 @@ const handleTabs = (modaldata: any) => {
return WETabs; return WETabs;
case 'WVA': case 'WVA':
return WATabs; return WATabs;
case 'VD_FBFM': // case 'VD_FBFM':
case 'VD': // case 'VD':
case 'VD_FP': // case 'VD_FP':
return videoTabs; // return videoTabs;
case 'ENG_ALARM_POINT': case 'ENG_ALARM_POINT':
return DZGJ; return DZGJ;
case 'FPRD': case 'FPRD':
@ -1185,31 +1185,33 @@ const handleTabs = (modaldata: any) => {
// } // }
// case 'FH': // case 'FH':
// return FHTabs // return FHTabs
// case 'VD_FB': // {
// case 'VD_FP':
// case 'VD_SG': case 'VD_FB':
// case 'VD_VP': case 'VD_FP':
// case 'VD_EQ': case 'VD_SG':
// case 'VD_DW': case 'VD_VP':
// case 'VD_FH': case 'VD_EQ':
// case 'VD_OTWE': case 'VD_DW':
// case 'VD_OTTE': case 'VD_FH':
// case 'VD_FBP': case 'VD_OTWE':
// case 'VD_FC': case 'VD_OTTE':
// case 'VD_WQ': case 'VD_FBP':
// case 'VD_TE': case 'VD_FC':
// case 'VD_WE': case 'VD_WQ':
// case 'VD_EQS': case 'VD_TE':
// case 'VD_WT': case 'VD_WE':
// case 'VD_FBFM': case 'VD_EQS':
// case 'VD_FBI': case 'VD_WT':
// case 'VD_PR': case 'VD_FBFM':
// case 'VD_FPB': case 'VD_FBI':
// case 'VD_GZFC': case 'VD_PR':
// case 'VD_FPC': case 'VD_FPB':
// case 'VD_VA': case 'VD_GZFC':
// case 'VD': case 'VD_FPC':
// return videoTabs case 'VD_VA':
case 'VD':
return videoTabs;
case 'VD_SN': case 'VD_SN':
case 'VD_WVD': case 'VD_WVD':
return noLiveVideoTabs; return noLiveVideoTabs;