完善虎牙确认绑定与角色查询
This commit is contained in:
@@ -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: '手机号',
|
||||
|
||||
Reference in New Issue
Block a user