diff --git a/soul-admin/src/pages/dashboard/DashboardPage.tsx b/soul-admin/src/pages/dashboard/DashboardPage.tsx index a9941497..e18082b9 100644 --- a/soul-admin/src/pages/dashboard/DashboardPage.tsx +++ b/soul-admin/src/pages/dashboard/DashboardPage.tsx @@ -205,6 +205,22 @@ export function DashboardPage() { bg: 'bg-orange-500/20', link: '/distribution', }, + { + title: '匹配次数', + value: String(totalMatches), + icon: Users, + color: 'text-cyan-400', + bg: 'bg-cyan-500/20', + link: '/find-partner', + }, + { + title: '匹配收益', + value: `¥${(matchRevenue ?? 0).toFixed(2)}`, + icon: TrendingUp, + color: 'text-pink-400', + bg: 'bg-pink-500/20', + link: '/find-partner', + }, ] return (