完善虎牙确认绑定与角色查询

This commit is contained in:
yml2213
2026-07-04 21:06:33 +08:00
parent 7e92008f7b
commit e855d7e449
5 changed files with 430 additions and 13 deletions
+8 -1
View File
@@ -159,7 +159,14 @@ export default function HuyaAccountsPage() {
dataIndex: 'game_name',
width: 160,
ellipsis: true,
render: (value: string) => value || <Text type="secondary"></Text>,
render: (value: string, record) => value ? (
<Space direction="vertical" size={0}>
<Text>{value}</Text>
{record.game_channel ? (
<Text type="secondary" style={{ fontSize: 12 }}>{record.game_channel}</Text>
) : null}
</Space>
) : <Text type="secondary"></Text>,
},
{
title: '手机号',