liujq %!s(int64=3) %!d(string=hai) anos
pai
achega
1d15d125c4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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	) },