Compare commits

..

3 Commits

Author SHA1 Message Date
guke dd55e5f408 Merge branch 'main' into codex/withdraw-remove-type 2026-07-25 18:29:37 +08:00
linkeyu 66acad213b 优化:精简提现审核筛选栏 2026-07-25 10:47:39 +08:00
linkeyu be7ae1879e 优化:移除提现类型字段 2026-07-25 10:08:45 +08:00
+2 -2
View File
@@ -237,9 +237,9 @@ export default function ComparisonRecordsPage() {
key: 'user',
width: 140,
render: (_, r) => (
<div style={{ color: '#1677ff' }}>
<div>
<div>{r.phone || `#${r.user_id}`}</div>
{r.nickname && <div style={{ fontSize: 12 }}>{r.nickname}</div>}
{r.nickname && <div style={{ color: '#999', fontSize: 12 }}>{r.nickname}</div>}
</div>
),
},