|
@@ -52,7 +52,7 @@ function columns12(assignHandle: (data: any) => void): { label: string, fieldSHo
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '角色创建时间', dataIndex: 'createTime', label: '基本信息', align: 'center', width: 125, default: 6, sorter: true,
|
|
title: '角色创建时间', dataIndex: 'createTime', label: '基本信息', align: 'center', width: 125, default: 6, sorter: true,
|
|
- render: (a: string, b: any) => (<WidthEllipsis value={a} />)
|
|
|
|
|
|
+ render: (a: string) => (<WidthEllipsis value={a} />)
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '角色等级', dataIndex: 'roleLevel', label: '基本信息', align: 'center', width: 60, sorter: true, default: 7,
|
|
title: '角色等级', dataIndex: 'roleLevel', label: '基本信息', align: 'center', width: 60, sorter: true, default: 7,
|
|
@@ -103,35 +103,39 @@ function columns12(assignHandle: (data: any) => void): { label: string, fieldSHo
|
|
render: (a: string) => (<WidthEllipsis value={a} />)
|
|
render: (a: string) => (<WidthEllipsis value={a} />)
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title: '角色登录IP数量', dataIndex: 'ipCount', label: '角色游戏数据', align: 'center', width: 65, sorter: true, default: 12,
|
|
|
|
|
|
+ title: '是否导量用户', dataIndex: 'importUser', label: '角色游戏数据', align: 'center', width: 55, sorter: true, default: 12,
|
|
|
|
+ render: (a: boolean) => a ? '是' : '否'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: '角色登录IP数量', dataIndex: 'ipCount', label: '角色游戏数据', align: 'center', width: 65, sorter: true, default: 13,
|
|
render: (a: number, b: any) => <Statistic value={a || 0} valueStyle={a > 1 ? { color: 'red' } : {}} suffix={<LoginIpDetails gameId={b.gameId} roleId={b.roleId} icon={<EyeOutlined />} />} />
|
|
render: (a: number, b: any) => <Statistic value={a || 0} valueStyle={a > 1 ? { color: 'red' } : {}} suffix={<LoginIpDetails gameId={b.gameId} roleId={b.roleId} icon={<EyeOutlined />} />} />
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title: '同玩家角色数量', dataIndex: 'userRoleCount', label: '角色游戏数据', align: 'center', width: 65, sorter: true, default: 13,
|
|
|
|
|
|
+ title: '同玩家角色数量', dataIndex: 'userRoleCount', label: '角色游戏数据', align: 'center', width: 65, sorter: true, default: 14,
|
|
render: (a: number, b: any) => <Statistic value={a || 0} valueStyle={a > 1 ? { color: 'red' } : {}} suffix={<LookRoleDetails userId={b.userId} icon={<EyeOutlined />} />} />
|
|
render: (a: number, b: any) => <Statistic value={a || 0} valueStyle={a > 1 ? { color: 'red' } : {}} suffix={<LookRoleDetails userId={b.userId} icon={<EyeOutlined />} />} />
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title: '角色同IP的玩家数量', dataIndex: 'userCount', label: '角色游戏数据', align: 'center', width: 70, sorter: true, default: 14,
|
|
|
|
|
|
+ title: '角色同IP的玩家数量', dataIndex: 'userCount', label: '角色游戏数据', align: 'center', width: 70, sorter: true, default: 15,
|
|
render: (a: number, b: any) => <Statistic value={a || 0} valueStyle={a > 1 ? { color: 'red' } : {}} suffix={<TongIpUser roleId={b.roleId} icon={<EyeOutlined />} />} />
|
|
render: (a: number, b: any) => <Statistic value={a || 0} valueStyle={a > 1 ? { color: 'red' } : {}} suffix={<TongIpUser roleId={b.roleId} icon={<EyeOutlined />} />} />
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title: '同IP的角色数量', dataIndex: 'roleCount', label: '角色游戏数据', align: 'center', width: 70, sorter: true, default: 15,
|
|
|
|
|
|
+ title: '同IP的角色数量', dataIndex: 'roleCount', label: '角色游戏数据', align: 'center', width: 70, sorter: true, default: 16,
|
|
render: (a: number, b: any) => <Statistic value={a || 0} valueStyle={a > 1 ? { color: 'red' } : {}} suffix={<RegIpRoleDetails roleId={b.roleId} excludeUserType={0} icon={<EyeOutlined />} />} />
|
|
render: (a: number, b: any) => <Statistic value={a || 0} valueStyle={a > 1 ? { color: 'red' } : {}} suffix={<RegIpRoleDetails roleId={b.roleId} excludeUserType={0} icon={<EyeOutlined />} />} />
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title: '同IP的角色数量(排除同玩家)', dataIndex: 'ipRoleCountFilter', label: '角色游戏数据', align: 'center', width: 90, sorter: true, default: 16,
|
|
|
|
|
|
+ title: '同IP的角色数量(排除同玩家)', dataIndex: 'ipRoleCountFilter', label: '角色游戏数据', align: 'center', width: 90, sorter: true, default: 17,
|
|
render: (a: number, b: any) => <Statistic value={a || 0} valueStyle={a > 1 ? { color: 'red' } : {}} suffix={<RegIpRoleDetails roleId={b.roleId} excludeUserType={1} icon={<EyeOutlined />} />} />
|
|
render: (a: number, b: any) => <Statistic value={a || 0} valueStyle={a > 1 ? { color: 'red' } : {}} suffix={<RegIpRoleDetails roleId={b.roleId} excludeUserType={1} icon={<EyeOutlined />} />} />
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title: '疑似同玩家数量', dataIndex: 'suspectedCount', label: '角色游戏数据', align: 'center', width: 80, sorter: true, default: 17,
|
|
|
|
|
|
+ title: '疑似同玩家数量', dataIndex: 'suspectedCount', label: '角色游戏数据', align: 'center', width: 80, sorter: true, default: 18,
|
|
render: (a: number, record: any) => <Statistic value={a || 0} valueStyle={a > 1 ? { color: 'red' } : {}} suffix={<SuspectedUser roleId={record.roleId} icon={<EyeOutlined />} />} />
|
|
render: (a: number, record: any) => <Statistic value={a || 0} valueStyle={a > 1 ? { color: 'red' } : {}} suffix={<SuspectedUser roleId={record.roleId} icon={<EyeOutlined />} />} />
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title: '同玩家IP的角色数量(排除同玩家)', dataIndex: 'roleUserIpCountFilter', label: '角色游戏数据', align: 'center', width: 100, sorter: true, default: 18,
|
|
|
|
|
|
+ title: '同玩家IP的角色数量(排除同玩家)', dataIndex: 'roleUserIpCountFilter', label: '角色游戏数据', align: 'center', width: 100, sorter: true, default: 19,
|
|
render: (a: number) => <Statistic value={a || 0} valueStyle={a > 1 ? { color: 'red' } : {}} />
|
|
render: (a: number) => <Statistic value={a || 0} valueStyle={a > 1 ? { color: 'red' } : {}} />
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title: '角色所在玩家登录过的所有IP的统计数量', dataIndex: 'roleUserIpCount', label: '角色游戏数据', align: 'center', width: 100, sorter: true, default: 19,
|
|
|
|
|
|
+ title: '角色所在玩家登录过的所有IP的统计数量', dataIndex: 'roleUserIpCount', label: '角色游戏数据', align: 'center', width: 100, sorter: true, default: 20,
|
|
render: (a: number) => <Statistic value={a || 0} valueStyle={a > 1 ? { color: 'red' } : {}} />
|
|
render: (a: number) => <Statistic value={a || 0} valueStyle={a > 1 ? { color: 'red' } : {}} />
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -139,10 +143,11 @@ function columns12(assignHandle: (data: any) => void): { label: string, fieldSHo
|
|
{
|
|
{
|
|
label: '客户管理操作',
|
|
label: '客户管理操作',
|
|
data: [
|
|
data: [
|
|
- { title: 'GS', dataIndex: 'gsName', label: '客户管理操作', align: 'center', width: 80, default: 20, render: (a: string, b: any) => (<WidthEllipsis value={a} />) },
|
|
|
|
- { title: '客服', dataIndex: 'customerServiceName', label: '客户管理操作', align: 'center', width: 80, default: 21, render: (a: string, b: any) => (<WidthEllipsis value={a} />) },
|
|
|
|
- { title: '运营', dataIndex: 'operUserName', label: '客户管理操作', align: 'center', width: 80, default: 22, render: (a: string, b: any) => (<WidthEllipsis value={a} />) },
|
|
|
|
- { title: '投手', dataIndex: 'putUserName', label: '客户管理操作', align: 'center', width: 80, default: 23, render: (a: string, b: any) => (<WidthEllipsis value={a} />) }
|
|
|
|
|
|
+ { title: 'GS', dataIndex: 'gsName', label: '客户管理操作', align: 'center', width: 80, default: 21, render: (a: string, b: any) => (<WidthEllipsis value={a} />) },
|
|
|
|
+ { title: '客服', dataIndex: 'customerServiceName', label: '客户管理操作', align: 'center', width: 80, default: 22, render: (a: string, b: any) => (<WidthEllipsis value={a} />) },
|
|
|
|
+ { title: '运营', dataIndex: 'operUserName', label: '客户管理操作', align: 'center', width: 80, default: 23, render: (a: string, b: any) => (<WidthEllipsis value={a} />) },
|
|
|
|
+ { title: '投手', dataIndex: 'putUserName', label: '客户管理操作', align: 'center', width: 80, default: 24, render: (a: string, b: any) => (<WidthEllipsis value={a} />) },
|
|
|
|
+ { title: '备注', dataIndex: 'remark', label: '客户管理操作', align: 'center', width: 80, default: 25, render: (a: string, b: any) => (<WidthEllipsis value={a} />) },
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -154,7 +159,7 @@ function columns12(assignHandle: (data: any) => void): { label: string, fieldSHo
|
|
align: 'center',
|
|
align: 'center',
|
|
width: 70,
|
|
width: 70,
|
|
label: '操作',
|
|
label: '操作',
|
|
- default: 24,
|
|
|
|
|
|
+ default: 26,
|
|
render: (_: any, b: any) => {
|
|
render: (_: any, b: any) => {
|
|
return <Space>
|
|
return <Space>
|
|
<LookRoleDetails userId={b.userId} />
|
|
<LookRoleDetails userId={b.userId} />
|