|
@@ -80,7 +80,7 @@ function columns12(): NOVEL_DATA_API.ColumnsProps[] {
|
|
|
render: (a: number) => (<Statistic value={a || 0} precision={2} valueStyle={{ lineHeight }} />)
|
|
|
},
|
|
|
{
|
|
|
- title: '毛利额', dataIndex: 'profit', label: '基本信息', align: 'right', width: 95, sorter: true, default: 10,
|
|
|
+ title: '毛利额', dataIndex: 'profit', label: '基本信息', align: 'right', width: 110, sorter: true, default: 10,
|
|
|
render: (a: number) => (<Statistic value={a || 0} precision={2} valueStyle={{ lineHeight }} />)
|
|
|
},
|
|
|
{
|
|
@@ -96,7 +96,7 @@ function columns12(): NOVEL_DATA_API.ColumnsProps[] {
|
|
|
render: (a: number) => <Statistic value={a ? (a * 100) : 0} precision={2} valueStyle={!a ? { lineHeight } : a <= 0.08 ? { color: '#0f990f', fontWeight: 600, lineHeight } : a >= 1 ? { color: 'red', fontWeight: 600, lineHeight } : { lineHeight }} suffix="%" />
|
|
|
},
|
|
|
{
|
|
|
- title: '曝光量', dataIndex: 'view_count', label: '基本信息', align: 'center', width: 90, sorter: true, default: 14,
|
|
|
+ title: '曝光量', dataIndex: 'view_count', label: '基本信息', align: 'center', width: 105, sorter: true, default: 14,
|
|
|
render: (a: number) => (<Statistic value={a || 0} valueStyle={{ lineHeight }} />)
|
|
|
},
|
|
|
{
|
|
@@ -120,7 +120,7 @@ function columns12(): NOVEL_DATA_API.ColumnsProps[] {
|
|
|
render: (a: number) => (<Statistic value={a || 0} precision={2} valueStyle={{ lineHeight }} />)
|
|
|
},
|
|
|
{
|
|
|
- title: '充值成本', dataIndex: 'order_cost', label: '基本信息', align: 'right', width: 60, sorter: true, default: 20,
|
|
|
+ title: '充值成本', dataIndex: 'order_cost', label: '基本信息', align: 'right', width: 75, sorter: true, default: 20,
|
|
|
render: (a: number) => (<Statistic value={a || 0} precision={2} valueStyle={{ lineHeight }} />)
|
|
|
},
|
|
|
{
|