liyongli 1 年間 前
コミット
ebeb74b039
1 ファイル変更6 行追加0 行削除
  1. 6 0
      src/config/tableCol.js

+ 6 - 0
src/config/tableCol.js

@@ -495,6 +495,12 @@ export default {
         type: 'number',
         sortable: 'custom',
       },
+      {
+        label: '评论量',
+        key: 'commentCount',
+        type: 'number',
+        sortable: 'custom',
+      },
       {
         label: '发布时间',
         key: 'publishTime',