sync: soul-admin 页面 | 原因: 前端页面修改

This commit is contained in:
卡若
2026-03-08 16:40:54 +08:00
parent 41bd572913
commit 7abb17b30c

View File

@@ -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 (