@@ -154,6 +154,12 @@
width: 80,
},
{
+ title: '分享次数',
+ dataIndex: 'shareCount',
+ sorter: true,
+ width: 80,
+ },
+ {
title: '操作',
dataIndex: 'action',
slots: { customRender: 'action' },