报表增加当日空间页面访问字段 #6

Merged
yezian merged 1 commits from zone into main 2024-04-29 17:32:10 +08:00
1 changed files with 7 additions and 1 deletions
Showing only changes of commit 8cb7784203 - Show all commits

View File

@ -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",