|
@@ -249,8 +249,8 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
children: [
|
|
|
{
|
|
|
title: '排名',
|
|
|
- dataIndex: 'amountNum',
|
|
|
- key: 'amountNum',
|
|
|
+ dataIndex: 'combatNum',
|
|
|
+ key: 'combatNum',
|
|
|
width: 65,
|
|
|
align: 'center',
|
|
|
className: "h5BiomassClass volcanoColorClass",
|
|
@@ -261,7 +261,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
return <div className='h5BiomassTable'>
|
|
|
{(aLength === 0 && cLength === 0) ? '--' : data?.map((item: any, index: number) => {
|
|
|
return <div key={'cc' + index}>
|
|
|
- <div><span>{item?.amountNum}</span></div>
|
|
|
+ <div><span>{item?.combatNum}</span></div>
|
|
|
</div>
|
|
|
})}
|
|
|
</div>
|
|
@@ -269,8 +269,8 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
},
|
|
|
{
|
|
|
title: '角色ID',
|
|
|
- dataIndex: 'amountRoleId',
|
|
|
- key: 'amountRoleId',
|
|
|
+ dataIndex: 'combatRoleId',
|
|
|
+ key: 'combatRoleId',
|
|
|
width: 100,
|
|
|
align: 'center',
|
|
|
className: "h5BiomassClass volcanoColorClass",
|
|
@@ -281,7 +281,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
return <div className='h5BiomassTable'>
|
|
|
{(aLength === 0 && cLength === 0) ? '--' : data?.map((item: any, index: number) => {
|
|
|
return <div key={'cc' + index}>
|
|
|
- <div><span><WidthEllipsis value={item.amountRoleId} /></span></div>
|
|
|
+ <div><span><WidthEllipsis value={item.combatRoleId} /></span></div>
|
|
|
</div>
|
|
|
})}
|
|
|
</div>
|
|
@@ -289,8 +289,8 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
},
|
|
|
{
|
|
|
title: '角色名称',
|
|
|
- dataIndex: 'amountRoleName',
|
|
|
- key: 'amountRoleName',
|
|
|
+ dataIndex: 'combatRoleName',
|
|
|
+ key: 'combatRoleName',
|
|
|
width: 65,
|
|
|
align: 'center',
|
|
|
className: "h5BiomassClass volcanoColorClass",
|
|
@@ -301,7 +301,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
return <div className='h5BiomassTable'>
|
|
|
{(aLength === 0 && cLength === 0) ? '--' : data?.map((item: any, index: number) => {
|
|
|
return <div key={'cc' + index}>
|
|
|
- <div><span><WidthEllipsis value={item.amountRoleName} /></span></div>
|
|
|
+ <div><span><WidthEllipsis value={item.combatRoleName} /></span></div>
|
|
|
</div>
|
|
|
})}
|
|
|
</div>
|
|
@@ -309,8 +309,8 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
},
|
|
|
{
|
|
|
title: '角色等级',
|
|
|
- dataIndex: 'amountRoleLevel',
|
|
|
- key: 'amountRoleLevel',
|
|
|
+ dataIndex: 'combatRoleLevel',
|
|
|
+ key: 'combatRoleLevel',
|
|
|
width: 65,
|
|
|
align: 'center',
|
|
|
className: "h5BiomassClass volcanoColorClass",
|
|
@@ -321,7 +321,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
return <div className='h5BiomassTable'>
|
|
|
{(aLength === 0 && cLength === 0) ? '--' : data?.map((item: any, index: number) => {
|
|
|
return <div key={'cc' + index}>
|
|
|
- <div><span>{item.amountRoleLevel}</span></div>
|
|
|
+ <div><span>{item.combatRoleLevel}</span></div>
|
|
|
</div>
|
|
|
})}
|
|
|
</div>
|
|
@@ -329,8 +329,8 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
},
|
|
|
{
|
|
|
title: '国家',
|
|
|
- dataIndex: 'amountCountry',
|
|
|
- key: 'amountCountry',
|
|
|
+ dataIndex: 'combatCountry',
|
|
|
+ key: 'combatCountry',
|
|
|
width: 70,
|
|
|
align: 'center',
|
|
|
className: "h5BiomassClass volcanoColorClass",
|
|
@@ -341,7 +341,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
return <div className='h5BiomassTable'>
|
|
|
{(aLength === 0 && cLength === 0) ? '--' : data?.map((item: any, index: number) => {
|
|
|
return <div key={'cc' + index}>
|
|
|
- <div><WidthEllipsis value={item.amountCountry} /></div>
|
|
|
+ <div><WidthEllipsis value={item.combatCountry} /></div>
|
|
|
</div>
|
|
|
})}
|
|
|
</div>
|
|
@@ -349,8 +349,8 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
},
|
|
|
{
|
|
|
title: '角色战力',
|
|
|
- dataIndex: 'amountTotalRoleCombatNum',
|
|
|
- key: 'amountTotalRoleCombatNum',
|
|
|
+ dataIndex: 'combatTotalRoleCombatNum',
|
|
|
+ key: 'combatTotalRoleCombatNum',
|
|
|
width: 90,
|
|
|
align: 'right',
|
|
|
className: "h5BiomassClass volcanoColorClass",
|
|
@@ -361,16 +361,16 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
return <div className='h5BiomassTable'>
|
|
|
{(aLength === 0 && cLength === 0) ? '--' : data?.map((item: any, index: number) => {
|
|
|
return <div key={'cc' + index}>
|
|
|
- <div><span><Statistic value={item.amountTotalRoleCombatNum || 0} /></span></div>
|
|
|
+ <div><span><Statistic value={item.combatTotalRoleCombatNum || 0} /></span></div>
|
|
|
</div>
|
|
|
})}
|
|
|
</div>
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- title: '角色累计充值金额',
|
|
|
- dataIndex: 'amountRoleTotalAmount',
|
|
|
- key: 'amountRoleTotalAmount',
|
|
|
+ title: '角色付费金额',
|
|
|
+ dataIndex: 'combatAmount',
|
|
|
+ key: 'combatAmount',
|
|
|
width: 70,
|
|
|
align: 'right',
|
|
|
className: "h5BiomassClass volcanoColorClass",
|
|
@@ -381,7 +381,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
return <div className='h5BiomassTable'>
|
|
|
{(aLength === 0 && cLength === 0) ? '--' : data?.map((item: any, index: number) => {
|
|
|
return <div key={'cc' + index}>
|
|
|
- <div><span>{item.amountRoleTotalAmount === '--' ? '--' : <Statistic value={item.amountRoleTotalAmount || 0} />}</span></div>
|
|
|
+ <div><span>{item.combatAmount === '--' ? '--' : <Statistic value={item.combatAmount || 0} />}</span></div>
|
|
|
</div>
|
|
|
})}
|
|
|
</div>
|