{{ dash.totalVenues }}
场馆总数
{{ dash.totalContents }}
内容总数
{{ dash.totalRecords }}
运营记录
场馆ID名称城市状态运行次数总时长创建时间操作
{{ v.venue_id }}{{ v.venue_name }}{{ v.city }} {{ v.status===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 }}
当前用户名
••••••
密码已加密
场馆 内容 版本标签 开始时间 ~
共 {{ 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 }}
暂无运行日志