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"
:key="item.key"
>
<div class="col-title" v-if="!item.visible">
{{ item.name }}
</div>
<div class="col-title" v-if="!item.visible">{{ item.name }}</div>
<div class="col-left" v-if="item.visible && item.filed != ''">
<a-tooltip :title="item.name.length > 10 ? 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

View File

@ -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;