|
@@ -59,17 +59,17 @@ export const TableColumnOfPutAdAccount = [
|
|
|
ellipsis: true,
|
|
|
slots: { customRender: "advertiserName" },
|
|
|
},
|
|
|
+ // {
|
|
|
+ // title: "广告主邮箱",
|
|
|
+ // dataIndex: "account_name",
|
|
|
+ // key: "account_name",
|
|
|
+ // ellipsis: true,
|
|
|
+ // },
|
|
|
{
|
|
|
- title: "广告主邮箱",
|
|
|
+ title: "所属账户",
|
|
|
dataIndex: "email",
|
|
|
key: "email",
|
|
|
ellipsis: true,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "所属账户",
|
|
|
- dataIndex: "account_name",
|
|
|
- key: "account_name",
|
|
|
- ellipsis: true,
|
|
|
slots: { customRender: "account" },
|
|
|
},
|
|
|
{
|
|
@@ -673,7 +673,7 @@ export const AdgroupCloumn: Array<colunm> = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- title: "组预算",
|
|
|
+ title: "组预算(元)",
|
|
|
dataIndex: "budget",
|
|
|
width: 100,
|
|
|
slots: {
|
|
@@ -681,7 +681,7 @@ export const AdgroupCloumn: Array<colunm> = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- title: "消耗",
|
|
|
+ title: "消耗(元)",
|
|
|
dataIndex: "cost",
|
|
|
width: 100,
|
|
|
},
|
|
@@ -692,175 +692,177 @@ export const AdgroupCloumn: Array<colunm> = [
|
|
|
width: 80,
|
|
|
},
|
|
|
{
|
|
|
- title: "点击率",
|
|
|
- dataIndex: "ctr",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
title: "点击量",
|
|
|
dataIndex: "click",
|
|
|
width: 80,
|
|
|
},
|
|
|
- {
|
|
|
- title: "平均点击单价",
|
|
|
- dataIndex: "avg_click_cost",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "平均千次展现费用",
|
|
|
- dataIndex: "avg_show_cost",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "转化数",
|
|
|
- dataIndex: "convert",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "转化成本",
|
|
|
- dataIndex: "convert_cost",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "转化率",
|
|
|
- dataIndex: "convert_rate",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "注册用户数",
|
|
|
- dataIndex: "register_num",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "充值人数",
|
|
|
- dataIndex: "paid_user_num",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "充值金额",
|
|
|
- dataIndex: "paid_order_num",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "付费用户成本",
|
|
|
- dataIndex: "paid_user_cost",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "订单数(小额)",
|
|
|
- dataIndex: "bellow_thirty_paid_order_num",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "订单数(包年)",
|
|
|
- dataIndex: "year_paid_order_num",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "付费率",
|
|
|
- dataIndex: "paid_user_rate",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "回本率",
|
|
|
- dataIndex: "back_rate",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "复充人数(小额)",
|
|
|
- dataIndex: "bellow_thirty_mult_paid_user_num",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "充值人数(小额)",
|
|
|
- dataIndex: "bellow_thirty_paid_user_num",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
+ //
|
|
|
+ // {
|
|
|
+ // title: "点击率",
|
|
|
+ // dataIndex: "ctr",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "平均点击单价",
|
|
|
+ // dataIndex: "avg_click_cost",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "平均千次展现费用",
|
|
|
+ // dataIndex: "avg_show_cost",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "转化数",
|
|
|
+ // dataIndex: "convert",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "转化成本",
|
|
|
+ // dataIndex: "convert_cost",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "转化率",
|
|
|
+ // dataIndex: "convert_rate",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "注册用户数",
|
|
|
+ // dataIndex: "register_num",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "充值人数",
|
|
|
+ // dataIndex: "paid_user_num",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "充值金额",
|
|
|
+ // dataIndex: "paid_order_num",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "付费用户成本",
|
|
|
+ // dataIndex: "paid_user_cost",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "订单数(小额)",
|
|
|
+ // dataIndex: "bellow_thirty_paid_order_num",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "订单数(包年)",
|
|
|
+ // dataIndex: "year_paid_order_num",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "付费率",
|
|
|
+ // dataIndex: "paid_user_rate",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "回本率",
|
|
|
+ // dataIndex: "back_rate",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "复充人数(小额)",
|
|
|
+ // dataIndex: "bellow_thirty_mult_paid_user_num",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "充值人数(小额)",
|
|
|
+ // dataIndex: "bellow_thirty_paid_user_num",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
|
|
|
- {
|
|
|
- title: "充值金额(小额)",
|
|
|
- dataIndex: "bellow_thirty_paid_order_amount",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "复充人数(包年)",
|
|
|
- dataIndex: "year_mult_paid_user_num",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: "充值金额(小额)",
|
|
|
+ // dataIndex: "bellow_thirty_paid_order_amount",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "复充人数(包年)",
|
|
|
+ // dataIndex: "year_mult_paid_user_num",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
|
|
|
- {
|
|
|
- title: "充值金额(包年)",
|
|
|
- dataIndex: "year_paid_order_amount",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "充值人数(包年)",
|
|
|
- dataIndex: "year_paid_user_num",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "注册用户成本",
|
|
|
- dataIndex: "register_user_cost",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "充值金额(非小额非包年)",
|
|
|
- dataIndex: "over_thirty_not_year_paid_order_amount",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "回本率(非小额非包年",
|
|
|
- dataIndex: "over_thirty_not_year_back_rate",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "回本率(非包年",
|
|
|
- dataIndex: "not_year_back_rate",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: "充值金额(包年)",
|
|
|
+ // dataIndex: "year_paid_order_amount",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "充值人数(包年)",
|
|
|
+ // dataIndex: "year_paid_user_num",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "注册用户成本",
|
|
|
+ // dataIndex: "register_user_cost",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "充值金额(非小额非包年)",
|
|
|
+ // dataIndex: "over_thirty_not_year_paid_order_amount",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "回本率(非小额非包年",
|
|
|
+ // dataIndex: "over_thirty_not_year_back_rate",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "回本率(非包年",
|
|
|
+ // dataIndex: "not_year_back_rate",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
|
|
|
- {
|
|
|
- title: "点赞",
|
|
|
- dataIndex: "like",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "播完率",
|
|
|
- dataIndex: "play_over_rate",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "激活数",
|
|
|
- dataIndex: "active",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "播放数",
|
|
|
- dataIndex: "total_play",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "播完数",
|
|
|
- dataIndex: "play_100_feed_break",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "注册数(头条)",
|
|
|
- dataIndex: "register",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: "点赞",
|
|
|
+ // dataIndex: "like",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "播完率",
|
|
|
+ // dataIndex: "play_over_rate",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "激活数",
|
|
|
+ // dataIndex: "active",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "播放数",
|
|
|
+ // dataIndex: "total_play",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "播完数",
|
|
|
+ // dataIndex: "play_100_feed_break",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "注册数(头条)",
|
|
|
+ // dataIndex: "register",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
];
|
|
|
|
|
|
export const AdCoundCloumn: Array<colunm> = [
|
|
|
{
|
|
|
title: "账户信息",
|
|
|
dataIndex: "campaign_name",
|
|
|
- width: 200,
|
|
|
+ width: 240,
|
|
|
+ fixed: 'left',
|
|
|
children: [
|
|
|
{
|
|
|
- title: "总计",
|
|
|
+ title: "合计",
|
|
|
dataIndex: "campaign_name",
|
|
|
- width: 200,
|
|
|
+ width: 160,
|
|
|
slots: {
|
|
|
customRender: "info",
|
|
|
},
|
|
@@ -868,28 +870,28 @@ export const AdCoundCloumn: Array<colunm> = [
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- title: "账户余额",
|
|
|
- dataIndex: "balance",
|
|
|
- width: 100,
|
|
|
- },
|
|
|
- {
|
|
|
title: "账户预算(最低1000元)",
|
|
|
dataIndex: "firle",
|
|
|
- width: 200,
|
|
|
+ width: 110,
|
|
|
slots: {
|
|
|
customRender: "budget",
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- title: "回传最小金额",
|
|
|
- dataIndex: "back_min_price",
|
|
|
- width: 130,
|
|
|
- slots: {
|
|
|
- customRender: "operte",
|
|
|
- },
|
|
|
+ title: "账户余额(元)",
|
|
|
+ dataIndex: "balance",
|
|
|
+ width: 100,
|
|
|
},
|
|
|
+ // {
|
|
|
+ // title: "回传最小金额",
|
|
|
+ // dataIndex: "back_min_price",
|
|
|
+ // width: 130,
|
|
|
+ // slots: {
|
|
|
+ // customRender: "operte",
|
|
|
+ // },
|
|
|
+ // },
|
|
|
{
|
|
|
- title: "消耗",
|
|
|
+ title: "消耗(元)",
|
|
|
dataIndex: "cost",
|
|
|
width: 100,
|
|
|
},
|
|
@@ -900,163 +902,163 @@ export const AdCoundCloumn: Array<colunm> = [
|
|
|
width: 80,
|
|
|
},
|
|
|
{
|
|
|
- title: "点击率",
|
|
|
- dataIndex: "ctr",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
title: "点击量",
|
|
|
dataIndex: "click",
|
|
|
width: 80,
|
|
|
},
|
|
|
{
|
|
|
- title: "平均点击单价",
|
|
|
- dataIndex: "avg_click_cost",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "平均千次展现费用",
|
|
|
- dataIndex: "avg_show_cost",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "转化数",
|
|
|
- dataIndex: "convert",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "转化成本",
|
|
|
- dataIndex: "convert_cost",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "转化率",
|
|
|
- dataIndex: "convert_rate",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "注册用户数",
|
|
|
- dataIndex: "register_num",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "充值人数",
|
|
|
- dataIndex: "paid_user_num",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "充值金额",
|
|
|
- dataIndex: "paid_order_num",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "付费用户成本",
|
|
|
- dataIndex: "paid_user_cost",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "订单数(小额)",
|
|
|
- dataIndex: "bellow_thirty_paid_order_num",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "订单数(包年)",
|
|
|
- dataIndex: "year_paid_order_num",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "付费率",
|
|
|
- dataIndex: "paid_user_rate",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "回本率",
|
|
|
- dataIndex: "back_rate",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "复充人数(小额)",
|
|
|
- dataIndex: "bellow_thirty_mult_paid_user_num",
|
|
|
+ title: "点击率(%)",
|
|
|
+ dataIndex: "ctr",
|
|
|
width: 80,
|
|
|
},
|
|
|
{
|
|
|
- title: "充值人数(小额)",
|
|
|
- dataIndex: "bellow_thirty_paid_user_num",
|
|
|
+ title: "平均点击单价(元)",
|
|
|
+ dataIndex: "avg_click_cost",
|
|
|
width: 80,
|
|
|
},
|
|
|
+ // {
|
|
|
+ // title: "平均千次展现费用",
|
|
|
+ // dataIndex: "avg_show_cost",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "转化数",
|
|
|
+ // dataIndex: "convert",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "转化成本",
|
|
|
+ // dataIndex: "convert_cost",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "转化率",
|
|
|
+ // dataIndex: "convert_rate",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "注册用户数",
|
|
|
+ // dataIndex: "register_num",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "充值人数",
|
|
|
+ // dataIndex: "paid_user_num",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "充值金额",
|
|
|
+ // dataIndex: "paid_order_num",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "付费用户成本",
|
|
|
+ // dataIndex: "paid_user_cost",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "订单数(小额)",
|
|
|
+ // dataIndex: "bellow_thirty_paid_order_num",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "订单数(包年)",
|
|
|
+ // dataIndex: "year_paid_order_num",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "付费率",
|
|
|
+ // dataIndex: "paid_user_rate",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "回本率",
|
|
|
+ // dataIndex: "back_rate",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "复充人数(小额)",
|
|
|
+ // dataIndex: "bellow_thirty_mult_paid_user_num",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "充值人数(小额)",
|
|
|
+ // dataIndex: "bellow_thirty_paid_user_num",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
|
|
|
- {
|
|
|
- title: "充值金额(小额)",
|
|
|
- dataIndex: "bellow_thirty_paid_order_amount",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "复充人数(包年)",
|
|
|
- dataIndex: "year_mult_paid_user_num",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: "充值金额(小额)",
|
|
|
+ // dataIndex: "bellow_thirty_paid_order_amount",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "复充人数(包年)",
|
|
|
+ // dataIndex: "year_mult_paid_user_num",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
|
|
|
- {
|
|
|
- title: "充值金额(包年)",
|
|
|
- dataIndex: "year_paid_order_amount",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "充值人数(包年)",
|
|
|
- dataIndex: "year_paid_user_num",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "注册用户成本",
|
|
|
- dataIndex: "register_user_cost",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "充值金额(非小额非包年)",
|
|
|
- dataIndex: "over_thirty_not_year_paid_order_amount",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "回本率(非小额非包年",
|
|
|
- dataIndex: "over_thirty_not_year_back_rate",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "回本率(非包年",
|
|
|
- dataIndex: "not_year_back_rate",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: "充值金额(包年)",
|
|
|
+ // dataIndex: "year_paid_order_amount",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "充值人数(包年)",
|
|
|
+ // dataIndex: "year_paid_user_num",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "注册用户成本",
|
|
|
+ // dataIndex: "register_user_cost",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "充值金额(非小额非包年)",
|
|
|
+ // dataIndex: "over_thirty_not_year_paid_order_amount",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "回本率(非小额非包年",
|
|
|
+ // dataIndex: "over_thirty_not_year_back_rate",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "回本率(非包年",
|
|
|
+ // dataIndex: "not_year_back_rate",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
|
|
|
- {
|
|
|
- title: "点赞",
|
|
|
- dataIndex: "like",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "播完率",
|
|
|
- dataIndex: "play_over_rate",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "激活数",
|
|
|
- dataIndex: "active",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "播放数",
|
|
|
- dataIndex: "total_play",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "播完数",
|
|
|
- dataIndex: "play_100_feed_break",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
- {
|
|
|
- title: "注册数(头条)",
|
|
|
- dataIndex: "register",
|
|
|
- width: 80,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: "点赞",
|
|
|
+ // dataIndex: "like",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "播完率",
|
|
|
+ // dataIndex: "play_over_rate",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "激活数",
|
|
|
+ // dataIndex: "active",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "播放数",
|
|
|
+ // dataIndex: "total_play",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "播完数",
|
|
|
+ // dataIndex: "play_100_feed_break",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: "注册数(头条)",
|
|
|
+ // dataIndex: "register",
|
|
|
+ // width: 80,
|
|
|
+ // },
|
|
|
];
|
|
|
|
|
|
export const landingCloumn: Array<colunm> = [
|