From 64f4f3e86a051e5cc2eeae15853c923aca92c7b1 Mon Sep 17 00:00:00 2001 From: selfrelease Date: Fri, 31 Jul 2026 11:10:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20Dashboard=E5=B7=A5=E4=BD=9C=E5=8F=B0?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BE=85=E5=A4=84=E7=90=86=E9=A3=8E=E9=99=A9?= =?UTF-8?q?=E5=BF=AB=E6=8D=B7=E5=85=A5=E5=8F=A3=E5=8D=A1=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/Dashboard.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/frontend/src/pages/Dashboard.tsx b/frontend/src/pages/Dashboard.tsx index 334b268..2082a13 100644 --- a/frontend/src/pages/Dashboard.tsx +++ b/frontend/src/pages/Dashboard.tsx @@ -266,6 +266,25 @@ export default function Dashboard() { )} + {/* 待处理风险快捷入口 */} + {riskTodos.length > 0 && ( + setActiveTab('risk')}> +
+
+ +
+
+
+ 待处理风险 + {riskTodos.length} 项 +
+
点击查看全部待处理风险,及时处理降低仲裁风险
+
+ +
+
+ )} + {/* Tab 导航 */}
{tabs.map((tab) => {