From 74bdeb7a11c418b8a9e24aa3fee554a2f6698815 Mon Sep 17 00:00:00 2001 From: zhaichao Date: Wed, 23 Sep 2026 19:10:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=AE=AF=E5=BD=95=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabs/contacts.vue | 161 +++++++++++++++++++++++++++++----------- 1 file changed, 116 insertions(+), 45 deletions(-) diff --git a/pages/tabs/contacts.vue b/pages/tabs/contacts.vue index 36ec9ec..f8ab75e 100644 --- a/pages/tabs/contacts.vue +++ b/pages/tabs/contacts.vue @@ -6,29 +6,42 @@ - - - 👥 - - 群聊 - {{ groupCount }} 个群 + + + + + - - - 🏛 - - 全员架构 - 共 {{ deptCount }} 个部门 · {{ peopleCount }} 位在职成员 + + + + + + + 群聊 + {{ groupCount }} 个群 + + + + + + + + + 全员架构 + {{ deptCount }} 个部门 · {{ peopleCount }} 位在职 + + - - {{ g.name }} - ({{ g.people.length }}) + {{ g.name }} + {{ g.people.length }} + - + @@ -37,16 +50,21 @@ {{ p.name }} - {{ p.online ? '在线' : '离线' }} · {{ p.title }} + {{ p.title || (p.online ? '在线' : '离线') }} + + + + + + + + - {{ p.title }} - 💬 - 没有匹配的同事 - 仅显示当前所属企业成员 · 数据实时同步 + 仅显示当前所属企业成员 @@ -132,28 +150,81 @@ export default {