{{ (detail.user.nickname || '?').slice(0, 1) }}
{{ detail.user.nickname || '未知用户' }}
{{ detail.user.phone || '未绑定手机' }}
微信标识
{{ detail.user.openid }}
复制
注册时间
{{ formatDateTimeFull(detail.user.createdAt) }}
最近登录
{{ detail.user.lastLoginAt ? formatDateTimeFull(detail.user.lastLoginAt) : '暂无登录记录' }}
上课情况
{{ detail.stats.totalBookings }}
累计预约
{{ detail.stats.completedBookings }}
累计上课
{{ detail.stats.cancelledBookings }}
已取消
{{ detail.stats.noShowBookings }}
未到课
会员卡
{{ detail.memberships.length }} 张
{{ card.cardType.name }}
{{ getCardTypeLabel(card.cardType.type) }}
{{ membershipStatusLabel(card.status) }}
{{ card.remainingTimes }}
次可用
有效期内使用
不限次数
已用 {{ getMembershipUsedTimes(card) }} / {{ getMembershipTotalTimes(card) }}
{{ formatDate(card.startDate) }} 起
{{ formatDate(card.expireDate) }} 止
尚未开卡
开通体验卡、次卡或月卡后即可安排课程
去开卡
即将上课
{{ detail.upcomingBookings.length }} 节待上
{{ item.date.slice(5, 10).replace('-', ' / ') }}
{{ item.startTime.slice(0, 5) }}–{{ item.endTime.slice(0, 5) }}
{{ item.cardName }}
{{ bookingStatusLabel(item.status) }}
近期没有待上的课
编辑资料
安排课程