liujq 3 年 前
コミット
1d15d125c4
1 ファイル変更1 行追加0 行削除
  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	) },