liyongli 1 gadu atpakaļ
vecāks
revīzija
1361483fda
1 mainītis faili ar 24 papildinājumiem un 0 dzēšanām
  1. 24 0
      src/config/tableCol.js

+ 24 - 0
src/config/tableCol.js

@@ -435,6 +435,18 @@ export default {
         type: 'number',
         sortable: 'custom',
       },
+      {
+        label: '评论量',
+        key: 'commentCount',
+        type: 'number',
+        sortable: 'custom',
+      },
+      {
+        label: '点赞量',
+        key: 'likeCount',
+        type: 'number',
+        sortable: 'custom',
+      },
       {
         label: '发布时间',
         key: 'publishTime',
@@ -561,6 +573,18 @@ export default {
         type: 'number',
         sortable: 'custom',
       },
+      {
+        label: '评论量',
+        key: 'commentCount',
+        type: 'number',
+        sortable: 'custom',
+      },
+      {
+        label: '点赞量',
+        key: 'likeCount',
+        type: 'number',
+        sortable: 'custom',
+      },
       {
         label: '发布时间',
         key: 'publishTime',