卡密授权管理后台
{{ apiBase }}
# 卡密 类型 状态 绑定设备 到期时间 剩余 剩余次数 解绑次数 渠道 代理 备注 创建时间 操作
{{ (page - 1) * pageSize + i + 1 }} {{ c.code }} {{ typeLabel(c.type) }} {{ statusLabel(c.real_status) }} {{ c.device_id || '—' }} {{ fmtTime(c.expires_at) }} {{ c.remaining_days === null ? '—' : c.remaining_days + ' 天' }} {{ c.type === 'count' ? (c.total_count - c.used_count) + ' / ' + c.total_count : '—' }} {{ c.max_unbind - c.unbind_count }} / {{ c.max_unbind }} {{ c.channel || '—' }} {{ c.agent || '—' }} {{ c.remark || '—' }} {{ fmtTime(c.created_at) }}
没有符合条件的卡密
共 {{ total }} 条 · 第 {{ page }} / {{ totalPages }} 页
# 时间 卡密 设备 动作 结果 说明 来源 IP
{{ (logPage - 1) * logPageSize + i + 1 }} {{ fmtTime(l.created_at) }} {{ l.card_code }} {{ l.device_id || '—' }} {{ actionLabel(l.action) }} {{ l.result === 'success' ? '成功' : '失败' }} {{ l.message || '—' }} {{ l.ip || '—' }}
暂无日志
共 {{ logTotal }} 条 · 第 {{ logPage }} / {{ logTotalPages }} 页
{{ toast.text }}