liujq 3 anni fa
parent
commit
1d15d125c4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/channel/index.vue

+ 1 - 0
src/views/channel/index.vue

@@ -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	) },