|
@@ -311,7 +311,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
|
|
render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title: 'eCPM(分)(应用端)', dataIndex: 'appEcpm', label: '应用数据', align: 'center', width: 80, sorter: true,
|
|
|
|
|
|
+ title: 'eCPM(应用端)', dataIndex: 'appEcpm', label: '应用数据', align: 'center', width: 80, sorter: true,
|
|
render: (a: number, b: any) => <Statistic value={a || 0} precision={2} />
|
|
render: (a: number, b: any) => <Statistic value={a || 0} precision={2} />
|
|
},
|
|
},
|
|
{
|
|
{
|