报表增加当日空间页面访问字段 #6
|
@ -47,6 +47,7 @@ export default function Data() {
|
|||
end: new Date(item.end_time * 1000).toLocaleString(),
|
||||
},
|
||||
h5_call_count: item.h5_call_count,
|
||||
zone_list_from_outside_count: item.zone_list_from_outside_count,
|
||||
last_hour_new_user_form: {
|
||||
ios: item.last_hour_new_user_count_from_ios,
|
||||
android: item.last_hour_new_user_count_from_android,
|
||||
|
@ -173,10 +174,15 @@ export default function Data() {
|
|||
},
|
||||
},
|
||||
{
|
||||
title: "当日页面访问",
|
||||
title: "当日主播页面访问",
|
||||
dataIndex: "h5_call_count",
|
||||
key: "h5_call_count",
|
||||
},
|
||||
{
|
||||
title: "当日空间页面访问",
|
||||
dataIndex: "zone_list_from_outside_count",
|
||||
key: "zone_list_from_outside_count",
|
||||
},
|
||||
{
|
||||
title: "总注册",
|
||||
dataIndex: "registered_user_count",
|
||||
|
|
Loading…
Reference in New Issue