liyongli 1 anno fa
parent
commit
1361483fda
1 ha cambiato i file con 24 aggiunte e 0 eliminazioni
  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',