|
@@ -61,39 +61,39 @@ const AstraGroupHourEle: React.FC<AstraGroupHourProps> = ({ localCsgroupName, da
|
|
|
return <span style={{ fontSize: 12 }}>{value}</span>
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- title: '消耗',
|
|
|
- dataIndex: 'cost',
|
|
|
- key: 'cost',
|
|
|
- width: 80,
|
|
|
- sorter: (a, b) => a.cost - b.cost,
|
|
|
- align: 'right',
|
|
|
- render(value) {
|
|
|
- return <Statistic value={value || 0} />
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- title: '加粉次数(广告)',
|
|
|
- dataIndex: 'scanFollowCount',
|
|
|
- key: 'scanFollowCount',
|
|
|
- width: 80,
|
|
|
- sorter: (a, b) => a.scanFollowCount - b.scanFollowCount,
|
|
|
- align: 'right',
|
|
|
- render(value) {
|
|
|
- return <span style={{ fontSize: 12 }}>{value}</span>
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- title: '加粉人数(广告)',
|
|
|
- dataIndex: 'scanFollowUserCount',
|
|
|
- key: 'scanFollowUserCount',
|
|
|
- width: 80,
|
|
|
- sorter: (a, b) => a.scanFollowUserCount - b.scanFollowUserCount,
|
|
|
- align: 'right',
|
|
|
- render(value) {
|
|
|
- return <span style={{ fontSize: 12 }}>{value}</span>
|
|
|
- },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '消耗',
|
|
|
+ // dataIndex: 'cost',
|
|
|
+ // key: 'cost',
|
|
|
+ // width: 80,
|
|
|
+ // sorter: (a, b) => a.cost - b.cost,
|
|
|
+ // align: 'right',
|
|
|
+ // render(value) {
|
|
|
+ // return <Statistic value={value || 0} />
|
|
|
+ // },
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: '加粉次数(广告)',
|
|
|
+ // dataIndex: 'scanFollowCount',
|
|
|
+ // key: 'scanFollowCount',
|
|
|
+ // width: 80,
|
|
|
+ // sorter: (a, b) => a.scanFollowCount - b.scanFollowCount,
|
|
|
+ // align: 'right',
|
|
|
+ // render(value) {
|
|
|
+ // return <span style={{ fontSize: 12 }}>{value}</span>
|
|
|
+ // },
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: '加粉人数(广告)',
|
|
|
+ // dataIndex: 'scanFollowUserCount',
|
|
|
+ // key: 'scanFollowUserCount',
|
|
|
+ // width: 80,
|
|
|
+ // sorter: (a, b) => a.scanFollowUserCount - b.scanFollowUserCount,
|
|
|
+ // align: 'right',
|
|
|
+ // render(value) {
|
|
|
+ // return <span style={{ fontSize: 12 }}>{value}</span>
|
|
|
+ // },
|
|
|
+ // },
|
|
|
{
|
|
|
title: '加粉人数',
|
|
|
dataIndex: 'addUserCount',
|