feat: 视频封面图显示
This commit is contained in:
parent
d40af76800
commit
698c2e719f
|
@ -26,7 +26,7 @@ export default {
|
||||||
{ dataIndex: 'submitWay', title: '提交形式', align: 'center' },
|
{ dataIndex: 'submitWay', title: '提交形式', align: 'center' },
|
||||||
{
|
{
|
||||||
dataIndex: 'timeSlot',
|
dataIndex: 'timeSlot',
|
||||||
title: '考试时间段',
|
title: '考试时间',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
scopedSlots: { customRender: 'timeSlot' }
|
scopedSlots: { customRender: 'timeSlot' }
|
||||||
},
|
},
|
||||||
|
|
|
@ -134,7 +134,7 @@ export default {
|
||||||
{ name: 'FullscreenToggle' } // 全屏
|
{ name: 'FullscreenToggle' } // 全屏
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
poster: selected.coverPath
|
poster: selected.coverPath && selected.coverPath.split(',')[0]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.catalogueList = data
|
this.catalogueList = data
|
||||||
|
|
Loading…
Reference in New Issue