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