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 && (
+