From 2ada27b2853d0bb07b9baff7afa7bf12d5c6972a Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Tue, 26 May 2026 17:24:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=89=8D=E7=AB=AF=20UI=20=E5=A2=9E?= =?UTF-8?q?=E5=BC=BA=20-=20=E7=94=A8=E6=88=B7=E6=90=9C=E7=B4=A2=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E3=80=81Agent=20=E9=9D=A2=E6=9D=BF=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E3=80=81=E5=AF=BC=E8=88=AA=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - UserManagementComponent.vue: 新增用户名/ID/手机号搜索 + 部门/权限筛选 - AgentManagePanel.vue: 优化后端选择器样式、侧边栏条件渲染 - QuerySection.vue: 微调检索结果文字大小与样式 - AppLayout.vue: 更新导航名称与图标(扩展管理→智能体扩展等) --- web/src/components/QuerySection.vue | 6 +- .../components/UserManagementComponent.vue | 148 +++++++++++++++++- .../model-management/AgentManagePanel.vue | 83 +++++++--- web/src/layouts/AppLayout.vue | 12 +- 4 files changed, 213 insertions(+), 36 deletions(-) diff --git a/web/src/components/QuerySection.vue b/web/src/components/QuerySection.vue index 5c241094..4c9e4332 100644 --- a/web/src/components/QuerySection.vue +++ b/web/src/components/QuerySection.vue @@ -59,7 +59,7 @@
- 检索到 {{ queryResult.length }} 个相关文档块: + 检索到 {{ queryResult.length }} 个相关文档块: - + @@ -24,6 +26,35 @@
+
+ + + +
+ + 全部部门 + + {{ dept.label }} + + + + 全部权限 + 超级管理员 + 管理员 + 普通用户 + +
+
+
@@ -32,11 +63,13 @@
-
- +
+
-
+