|
@@ -61,6 +61,7 @@ export default {
|
|
|
this.listConfig = {
|
|
|
rows: [
|
|
|
{ label: '发布时间', prop: 'publish_at' },
|
|
|
+ { label: '浏览数', prop: 'click_count' },
|
|
|
{ label: '封面图', prop: 'cover', type: 'img' },
|
|
|
{ label: '标题', prop: 'title' },
|
|
|
{ label: '视频分类', prop: 'channels_type', type: 'flag', flags: arrToObj(this.$dictData.channels_type ) },
|