From 76981cd9bcc7451a8263ce77f3cb7ecca7fc0907 Mon Sep 17 00:00:00 2001 From: Kris <2893855659@qq.com> Date: Wed, 8 Jul 2026 00:18:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(communication):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E9=80=9A=E8=AE=AF=E5=BD=95=E4=B8=8E=E4=BC=9A=E8=AF=9D=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E5=8F=91=E9=80=81=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 重构DirectoryDetailDrawer为DirectoryDetailModal并完善详情弹窗功能 2. 调整MessageSendModal布局与样式,优化预填模式提示信息 3. 补充发送目标的名称展示,修复渠道标签获取逻辑 4. 统一通讯录发消息时的参数传递,添加目标名称参数 5. 修复channelTypeOptions可选链调用问题 --- ...ailDrawer.vue => DirectoryDetailModal.vue} | 296 +++++++++++++----- .../communication/DirectoryQueryView.vue | 3 +- .../communication/DirectorySearchPanel.vue | 12 +- .../communication/MessageSendModal.vue | 192 ++++++------ .../communication/SessionListPanel.vue | 2 +- .../communication/SessionListView.vue | 2 + 6 files changed, 334 insertions(+), 173 deletions(-) rename web/src/components/channels/communication/{DirectoryDetailDrawer.vue => DirectoryDetailModal.vue} (66%) diff --git a/web/src/components/channels/communication/DirectoryDetailDrawer.vue b/web/src/components/channels/communication/DirectoryDetailModal.vue similarity index 66% rename from web/src/components/channels/communication/DirectoryDetailDrawer.vue rename to web/src/components/channels/communication/DirectoryDetailModal.vue index 175fd2d2..421ec843 100644 --- a/web/src/components/channels/communication/DirectoryDetailDrawer.vue +++ b/web/src/components/channels/communication/DirectoryDetailModal.vue @@ -1,10 +1,13 @@