|
@@ -915,7 +915,7 @@ export const KScustomFields= [
|
|
|
scopedSlots: { customRender: 'activation' },
|
|
|
sorter:(a, b) => a.activation - b.activation,
|
|
|
},{
|
|
|
- title: '激活数单价',
|
|
|
+ title: '激活单价',
|
|
|
dataIndex: 'activationPrice',
|
|
|
width:150,
|
|
|
tip: '花费/激活数',
|
|
@@ -930,7 +930,7 @@ export const KScustomFields= [
|
|
|
scopedSlots: { customRender: 'leave' },
|
|
|
sorter:(a, b) => a.leave - b.leave,
|
|
|
},{
|
|
|
- title: '付费次数',
|
|
|
+ title: '付费数',
|
|
|
dataIndex: 'eventPay',
|
|
|
tip: '当如回传的付费行为次数',
|
|
|
align: 'center',
|
|
@@ -946,7 +946,7 @@ export const KScustomFields= [
|
|
|
sorter:(a, b) => a.eventPayRate - b.eventPayRate,
|
|
|
},
|
|
|
{
|
|
|
- title: '付费次数成本',
|
|
|
+ title: '付费成本',
|
|
|
dataIndex: 'eventPayCost',
|
|
|
tip: '消耗/付费次数',
|
|
|
align: 'center',
|
|
@@ -1002,14 +1002,14 @@ export const KScustomFields= [
|
|
|
scopedSlots: { customRender: 'eventRegisterCost' },
|
|
|
sorter:(a, b) => a.eventRegisterCost - b.eventRegisterCost,
|
|
|
},{
|
|
|
- title: '行为数',
|
|
|
+ title: '关键行为数',
|
|
|
dataIndex: 'keyAction',
|
|
|
tip: '广告主回传的关键行为数',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'keyAction' },
|
|
|
sorter:(a, b) => a.keyAction - b.keyAction,
|
|
|
},{
|
|
|
- title: '关键行为数成本',
|
|
|
+ title: '关键行为成本',
|
|
|
dataIndex: 'keyActionCost',
|
|
|
tip: '筛选时间内累计消耗/关键行为数',
|
|
|
align: 'center',
|
|
@@ -1085,7 +1085,7 @@ export const KScustomFields= [
|
|
|
scopedSlots: { customRender: 'activation' },
|
|
|
sorter:(a, b) => a.activation - b.activation,
|
|
|
},{
|
|
|
- title: '激活数单价',
|
|
|
+ title: '激活单价',
|
|
|
dataIndex: 'activationPrice',
|
|
|
width:150,
|
|
|
tip: '花费/激活数',
|
|
@@ -1100,7 +1100,7 @@ export const KScustomFields= [
|
|
|
scopedSlots: { customRender: 'leave' },
|
|
|
sorter:(a, b) => a.leave - b.leave,
|
|
|
},{
|
|
|
- title: '付费次数',
|
|
|
+ title: '付费数',
|
|
|
dataIndex: 'eventPay',
|
|
|
tip: '当如回传的付费行为次数',
|
|
|
align: 'center',
|
|
@@ -1116,7 +1116,7 @@ export const KScustomFields= [
|
|
|
sorter:(a, b) => a.eventPayRate - b.eventPayRate,
|
|
|
},
|
|
|
{
|
|
|
- title: '付费次数成本',
|
|
|
+ title: '付费成本',
|
|
|
dataIndex: 'eventPayCost',
|
|
|
tip: '消耗/付费次数',
|
|
|
align: 'center',
|
|
@@ -1172,14 +1172,14 @@ export const KScustomFields= [
|
|
|
scopedSlots: { customRender: 'eventRegisterCost' },
|
|
|
sorter:(a, b) => a.eventRegisterCost - b.eventRegisterCost,
|
|
|
},{
|
|
|
- title: '行为数',
|
|
|
+ title: '关键行为数',
|
|
|
dataIndex: 'keyAction',
|
|
|
tip: '广告主回传的关键行为数',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'keyAction' },
|
|
|
sorter:(a, b) => a.keyAction - b.keyAction,
|
|
|
},{
|
|
|
- title: '关键行为数成本',
|
|
|
+ title: '关键行为成本',
|
|
|
dataIndex: 'keyActionCost',
|
|
|
tip: '筛选时间内累计消耗/关键行为数',
|
|
|
align: 'center',
|