feat(workbench): complete company view — health trend, major events, milestones, team, synergy + dashboard click-through

This commit is contained in:
selfrelease
2026-07-19 22:01:49 +08:00
parent 0197f89018
commit 3d22bd8a3d
5 changed files with 444 additions and 63 deletions
+2 -1
View File
@@ -3,7 +3,7 @@
import {type ReactNode } from "react";
import {
LayoutDashboard, DollarSign, Activity, Users, Bot,
AlertTriangle, FileText, ClipboardList, ScrollText, Network,
AlertTriangle, FileText, ClipboardList, ScrollText, Network, Flag,
} from "lucide-react";
/** 工作台 Tab 定义。 */
@@ -14,6 +14,7 @@ const TABS = [
{ id: "org", label: "组织", icon: Users },
{ id: "ai", label: "AI+专项", icon: Bot },
{ id: "risk", label: "风险", icon: AlertTriangle },
{ id: "events", label: "重大事项", icon: Flag },
{ id: "reports", label: "月报", icon: FileText },
{ id: "board", label: "董事会", icon: ClipboardList },
{ id: "agreements", label: "协议", icon: ScrollText },