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