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 {