From ce9de7c880dabc0c7e38deed88f074ea2138ee8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E5=BA=86=E6=B3=B0?= <12369755+htcloud1@user.noreply.gitee.com> Date: Tue, 18 Aug 2026 01:27:17 +0800 Subject: [PATCH] =?UTF-8?q?refactor(executor/overview):=20=E6=95=B4?= =?UTF-8?q?=E6=94=B9=E5=AF=B9=E9=BD=90=20manager/Workbench=20=E9=A3=8E?= =?UTF-8?q?=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit UI 风格: - 5 个 KPI 卡 (从 3 个补到 5 个: + 已执行会议 + 未执行会议) - 卡片改深色底 + 白字 (var(--brand-primary) 不用硬编码) - 消息通知加"更多 →"链接 + 更多链接样式 - breadcrumb '首页' → '首页 / 工作台' - notices 改用 listMyMessages API (从写死数据改为真接口, 跟 manager 一致) - section-title 改 div (不写 h2, 跟 SKILL 一致; manager 自己也违规但本次顺手按 SKILL 写对) 业务逻辑: - 删 page-title 隐藏 (display:none) - loadStats 与 manager 完全一致 (简化掉无效的 executorList: true 参数) --- ry-vue3/src/views/executor/Overview.vue | 123 ++++++++++++++++-------- 1 file changed, 82 insertions(+), 41 deletions(-) diff --git a/ry-vue3/src/views/executor/Overview.vue b/ry-vue3/src/views/executor/Overview.vue index ca34223..2122449 100644 --- a/ry-vue3/src/views/executor/Overview.vue +++ b/ry-vue3/src/views/executor/Overview.vue @@ -1,8 +1,8 @@