|
@@ -87,9 +87,10 @@ const qiliangpaihang = [
|
|
|
{ title: '公众号关注人数', dataIndex: 'mpFollowUvDay', label: '公众号转化', default: 6, width: 85 },
|
|
|
{ title: '公众号关注率', dataIndex: 'mpFollowRateDay', label: '公众号转化', width: 70 },
|
|
|
{ title: '公众号关注成本', dataIndex: 'mpFollowCostDay', label: '公众号转化', width: 85 },
|
|
|
- // { title: '注册人数', dataIndex: 'mpRegisterUserCount', label: '公众号转化' },
|
|
|
- // { title: '注册次数', dataIndex: 'mpRegisterCount', label: '公众号转化' },
|
|
|
- // { title: '注册成本', dataIndex: 'mpRegisterCost', label: '公众号转化' },
|
|
|
+ { title: '加粉成本', dataIndex: 'addFansCost', label: '公众号转化' },
|
|
|
+ { title: '公众号关注次数成本', dataIndex: 'mpFollowPvCost', label: '公众号转化' },
|
|
|
+ { title: '加粉数', dataIndex: 'addFansCount', label: '公众号转化' },
|
|
|
+ { title: '公众号关注次数', dataIndex: 'mpFollowPv', label: '公众号转化' },
|
|
|
]
|
|
|
},
|
|
|
]
|
|
@@ -183,9 +184,10 @@ const qiliangpaihanghour = [
|
|
|
{ title: '公众号关注人数', dataIndex: 'mpFollowUvDay', label: '公众号转化', default: 6, width: 85 },
|
|
|
{ title: '公众号关注率', dataIndex: 'mpFollowRateDay', label: '公众号转化', width: 70 },
|
|
|
{ title: '公众号关注成本', dataIndex: 'mpFollowCostDay', label: '公众号转化', width: 85 },
|
|
|
- // { title: '注册人数', dataIndex: 'mpRegisterUserCount', label: '公众号转化' },
|
|
|
- // { title: '注册次数', dataIndex: 'mpRegisterCount', label: '公众号转化' },
|
|
|
- // { title: '注册成本', dataIndex: 'mpRegisterCost', label: '公众号转化' },
|
|
|
+ { title: '加粉成本', dataIndex: 'addFansCost', label: '公众号转化' },
|
|
|
+ { title: '公众号关注次数成本', dataIndex: 'mpFollowPvCost', label: '公众号转化' },
|
|
|
+ { title: '加粉数', dataIndex: 'addFansCount', label: '公众号转化' },
|
|
|
+ { title: '公众号关注次数', dataIndex: 'mpFollowPv', label: '公众号转化' },
|
|
|
]
|
|
|
},
|
|
|
]
|
|
@@ -279,9 +281,10 @@ const qiliangpaihangminute = [
|
|
|
{ title: '公众号关注人数', dataIndex: 'mpFollowUvDay', label: '公众号转化', default: 6, width: 85 },
|
|
|
{ title: '公众号关注率', dataIndex: 'mpFollowRateDay', label: '公众号转化', width: 85 },
|
|
|
{ title: '公众号关注成本', dataIndex: 'mpFollowCostDay', label: '公众号转化', width: 85 },
|
|
|
- // { title: '注册人数', dataIndex: 'mpRegisterUserCount', label: '公众号转化' },
|
|
|
- // { title: '注册次数', dataIndex: 'mpRegisterCount', label: '公众号转化' },
|
|
|
- // { title: '注册成本', dataIndex: 'mpRegisterCost', label: '公众号转化' },
|
|
|
+ { title: '加粉成本', dataIndex: 'addFansCost', label: '公众号转化' },
|
|
|
+ { title: '公众号关注次数成本', dataIndex: 'mpFollowPvCost', label: '公众号转化' },
|
|
|
+ { title: '加粉数', dataIndex: 'addFansCount', label: '公众号转化' },
|
|
|
+ { title: '公众号关注次数', dataIndex: 'mpFollowPv', label: '公众号转化' },
|
|
|
]
|
|
|
},
|
|
|
]
|
|
@@ -369,6 +372,10 @@ const guanggao = [
|
|
|
{ title: '公众号关注人数', dataIndex: 'mpFollowUser', label: '公众号转化', width: 85 },
|
|
|
{ title: '公众号关注率', dataIndex: 'mpFollowRate', label: '公众号转化', width: 85 },
|
|
|
{ title: '公众号关注成本', dataIndex: 'mpFollowCost', label: '公众号转化', width: 85 },
|
|
|
+ { title: '加粉成本(今日)', dataIndex: 'addFansCostDay', label: '公众号转化' },
|
|
|
+ { title: '公众号关注次数成本(今日)', dataIndex: 'mpFollowPvCostDay', label: '公众号转化' },
|
|
|
+ { title: '加粉数(今日)', dataIndex: 'addFansCountDay', label: '公众号转化' },
|
|
|
+ { title: '公众号关注次数(今日)', dataIndex: 'mpFollowPvDay', label: '公众号转化' },
|
|
|
]
|
|
|
},
|
|
|
]
|