sync: soul-admin 组件 | 原因: 前端组件修改
This commit is contained in:
@@ -386,13 +386,6 @@ export function UserDetailModal({
|
||||
<div className="text-right shrink-0">
|
||||
<p className="text-[#38bdac] font-bold text-lg">¥{(user.earnings || 0).toFixed(2)}</p>
|
||||
<p className="text-gray-500 text-xs">累计收益</p>
|
||||
{rfmData && (
|
||||
<div className="mt-1">
|
||||
<Badge className={`border-0 text-xs ${getRFMLevelColor(rfmData.rfmLevel)}`}>
|
||||
RFM {rfmData.rfmLevel} 级 · {rfmData.rfmScore}分
|
||||
</Badge>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user