{{ dash.totalVenues }}
场馆总数
{{ dash.totalContents }}
内容总数
{{ dash.totalRecords }}
运营记录
场馆ID名称城市标签可见性运行次数总时长创建时间操作
{{ v.venue_id }}{{ v.venue_name }}{{ v.city }} {{ t }} {{ v.visible===1?'可见':'隐藏' }} {{ v.run_count||0 }}{{ formatDuration(v.total_duration) }}{{ formatDate(v.created_at) }}
暂无场馆数据
内容ID名称描述状态运行次数总时长操作
{{ c.content_id }}{{ c.content_name }} {{ c.description }} {{ c.status===1?'正常':'下架' }} {{ c.run_count||0 }}{{ formatDuration(c.total_duration) }}
暂无内容数据
ID用户名角色密码状态创建时间操作
{{ u.user_id }}{{ u.username }} {{ u.role==='super_admin'?'超级管理员':'普通用户' }} {{ u.password_hash||'未设置' }} {{ u.status===1?'正常':'禁用' }} {{ formatDate(u.created_at) }}
暂无用户数据
{{ superInfo.username }}
当前用户名
••••••
密码已加密
设备 内容 授权情况
共 {{ authTotal }} 条授权记录,每页 {{ authPageSize }} 条
#设备内容版本标签授权情况有效期授权次数更新时间操作
{{ (authPage-1)*authPageSize + idx + 1 }} {{ a.device_name ? a.device_name + ' (' + a.device_id + ')' : a.device_id }} {{ a.content_name ? a.content_name + ' (' + a.content_id + ')' : a.content_id }} {{ a.version_tag || '统一' }} {{ a.enabled===1?'允许':(a.enabled===2?'禁用':'默认') }} {{ a.expire_time || '无' }} {{ a.allowed_count != null ? a.allowed_count : '无' }} {{ a.updated_at || '—' }}
暂无授权数据
场馆 内容 版本标签 开始时间 ~
共 {{ logTotal }} 条记录,每页 {{ logPageSize }} 条
#场馆内容版本标签开始时间运行时长玩家数量
{{ (logPage-1)*logPageSize + idx + 1 }} {{ item.venue_name || item.VenueId }} {{ item.content_name || item.ContentId }} {{ item.VersionTags || '—' }} {{ item.StartTime }} {{ formatDuration(item.DurationSeconds) }} {{ item.PlayerCount }}
暂无运行日志