|
@@ -54,6 +54,10 @@ function columns12(lookHandle: (data: any) => void, exportH5: (data: any) => voi
|
|
|
return { '3': <Badge status="error" text="冻结" />, '2': <Badge status="success" text="正常" />, '1': <Badge status="warning" text="试玩" /> }[a]
|
|
|
}
|
|
|
},
|
|
|
+ { title: '玩家最新染色时间', dataIndex: 'userLastRegTime', label: '玩家列表', align: 'center', width: 140, render: (a: string) => (<WidthEllipsis value={a} />) },
|
|
|
+ { title: '玩家最新染色渠道ID', dataIndex: 'userLastRegAgentId', label: '玩家列表', align: 'center', width: 75 },
|
|
|
+ { title: '玩家最新染色渠道名字', dataIndex: 'userLastAgentName', label: '玩家列表', align: 'center', width: 110, render: (a: string) => (<WidthEllipsis value={a} />) },
|
|
|
+ { title: '玩家最新染色归因投手', dataIndex: 'userLastPitcherName', label: '玩家列表', align: 'center', width: 80, render: (a: string) => (<WidthEllipsis value={a} />) },
|
|
|
]
|
|
|
},
|
|
|
{
|