Browse Source

【社群管理】添加导出-王公峰-2020-11-06

upGrade
wanggongfeng 5 years ago
parent
commit
c52632fa1d
  1. 8
      src/views/modules/group/group.vue

8
src/views/modules/group/group.vue

@ -269,16 +269,16 @@ export default {
name: '已解散' name: '已解散'
}], }],
sortOptions: [{ sortOptions: [{
id: '0', id: '1',
name: '群成员数' name: '群成员数'
}, { }, {
id: '1', id: '2',
name: '话题数' name: '话题数'
}, { }, {
id: '2', id: '3',
name: '转议题数' name: '转议题数'
}, { }, {
id: '3', id: '4',
name: '参与度' name: '参与度'
}] }]
} }

Loading…
Cancel
Save