|
@@ -900,11 +900,11 @@ export const KScustomFields= [
|
|
|
specificFields: [
|
|
|
{
|
|
|
title: '消耗(元)',
|
|
|
- dataIndex: 'totalCost',
|
|
|
+ dataIndex: 'cost',
|
|
|
width:150,
|
|
|
tip: '广告在投放期间的花费总额',
|
|
|
align: 'center',
|
|
|
- scopedSlots: { customRender: 'totalCost' },
|
|
|
+ scopedSlots: { customRender: 'cost' },
|
|
|
|
|
|
},{
|
|
|
title: '激活数',
|
|
@@ -1070,11 +1070,11 @@ export const KScustomFields= [
|
|
|
specificFields: [
|
|
|
{
|
|
|
title: '消耗(元)',
|
|
|
- dataIndex: 'totalCost',
|
|
|
+ dataIndex: 'cost',
|
|
|
width:150,
|
|
|
tip: '广告在投放期间的花费总额',
|
|
|
align: 'center',
|
|
|
- scopedSlots: { customRender: 'totalCost' },
|
|
|
+ scopedSlots: { customRender: 'cost' },
|
|
|
|
|
|
},{
|
|
|
title: '激活数',
|