From c52632fa1d4df54b5af69f35d419ae8b76f670db Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Fri, 6 Nov 2020 10:42:34 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=A4=BE=E7=BE=A4=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E3=80=91=E6=B7=BB=E5=8A=A0=E5=AF=BC=E5=87=BA-=E7=8E=8B?= =?UTF-8?q?=E5=85=AC=E5=B3=B0-2020-11-06?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/group/group.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/modules/group/group.vue b/src/views/modules/group/group.vue index 9543458..cb972fb 100644 --- a/src/views/modules/group/group.vue +++ b/src/views/modules/group/group.vue @@ -269,16 +269,16 @@ export default { name: '已解散' }], sortOptions: [{ - id: '0', + id: '1', name: '群成员数' }, { - id: '1', + id: '2', name: '话题数' }, { - id: '2', + id: '3', name: '转议题数' }, { - id: '3', + id: '4', name: '参与度' }] }