一、城市分布情况
| 城市 {list=listLock }, 200);" v-model="searchCityStr" /> | 新增数量/占比 | 平均在线时长(秒) | 充值量 |
|---|---|---|---|
| {{arr.province?arr.province+"_"+arr.city:arr.city}} | {{arr.count}}/{{(arr.ratio*100).toFixed(2)}}% | {{(arr.onlineTime/arr.num).toFixed(2)}} | {{arr.payAmount}} |
| 省份 | 新增数量/占比 | 平均在线时长(秒) | 充值量 |
|---|---|---|---|
| {{arr.province}} | {{arr.count}}/{{((arr.count/arr.total)*100).toFixed(2)}}% | {{(arr.onlineTime/arr.num).toFixed(2)}} | {{arr.payAmount}} |
二、用户每日情况
{{subDateGroup.dateStr ? '是' : '否'}}
{{subDateGroup.channelId ? '是' : '否'}}
{{subDateGroup.level ? '是' : '否'}}
{{subDateGroup.age ? '是' : '否'}}
{{subDateGroup.gender ? '是' : '否'}}
| 日期 | 渠道 | 等级 | 年龄 | 性别 | 新增数量/占比 | 平均在线时长(秒) | 充值量 |
|---|---|---|---|---|---|---|---|
| {{arr.dateStr}} | {{channelName(arr.channelId)}} | {{levelName(arr.level)}} | {{arr.age}} | {{arr.gender===1?'男':(arr.gender===2?'女':'未知')}} | {{arr.count}}/{{(arr.ratio*100).toFixed(2)}}% | {{arr.onlineTime.toFixed(2)}} | {{arr.payAmount}} |
| 合计 | {{dateTotal.count}}/{{(dateTotal.ratio*100).toFixed(2)}}% | {{dateTotal.onlineTime ? dateTotal.onlineTime.toFixed(2) : 0}} | {{dateTotal.payAmount}} |