|
@@ -144,7 +144,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
render: (a: string) => <Statistic value={a || 0} precision={2}/>
|
|
|
},
|
|
|
{
|
|
|
- title: '"新增曝光pv', dataIndex: 'adShowPv', label: '基本信息', align: 'center', width: 85, default: 21, sorter: true,
|
|
|
+ title: '新增曝光pv', dataIndex: 'adShowPv', label: '基本信息', align: 'center', width: 85, default: 21, sorter: true,
|
|
|
render: (a: string) => <Statistic value={a || 0} />
|
|
|
},
|
|
|
...trend
|