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',