总用户数
{{ dash.users?.total || 0 }}
今日新增 {{ dash.users?.today || 0 }}
打卡总数
{{ dash.checkins?.total || 0 }}
今日打卡 {{ dash.checkins?.today || 0 }}
专家数量
{{ dash.experts?.total || 0 }}
在线 {{ dash.experts?.online || 0 }}
礼品数量
{{ dash.gifts?.total || 0 }}
在售 {{ dash.gifts?.active || 0 }}
待发货订单
{{ dash.redemptions?.pending || 0 }}
总订单 {{ dash.redemptions?.total || 0 }}
会话总数
{{ dash.conversations?.total || 0 }}
查询
导出
{{ row.role }}
{{ fmtDate(row.created_at) }}
{{ row.is_banned?'封禁':'正常' }}
详情
编辑
{{ row.is_banned?'解封':'封禁' }}
调积分
查询
导出
{{ row.user_nickname || row.user_id?.substring(0,8) }}
{{ checkinTypeMap[row.type] || row.type }}
{{ fmtCheckinDetail(row) }}
{{ fmtDate(row.created_at) }}
删除
-
{{ row.status==='active'?'在售':'下架' }}
编辑
{{ row.status==='active'?'下架':'上架' }}
删除
查询
导出
{{ row.user_nickname || row.user_id?.substring(0,8) }}
{{ {pending:'待发货',shipped:'已发货',completed:'已完成'}[row.status] }}
{{ fmtDate(row.created_at) }}
发货
完成
批量发货 ({{ selectedRedemps.length }})
{{ row.name?.[0] }}
{{ expertTypeMap[row.expert_type] || row.expert_type }}
{{ t }}
{{ row.status }}
编辑
{{ row.status==='online'?'下线':'上线' }}
重置密码
患者
删除
{{ row.patient_name || row.patient_id?.substring(0,8) }}
{{ row.expert_name || row.expert_id?.substring(0,8) }}
{{ expertTypeMap[row.expert_type] || '-' }}
患者 {{ row.unread_patient }} / 专家 {{ row.unread_expert }}
{{ fmtDate(row.last_message_at) }}
查看消息
查询
导出
{{ row.user_nickname || row.user_id?.substring(0,8) }}
{{ row.change_amount>0?'+':'' }}{{ row.change_amount }}
{{ pointsTypeMap[row.change_type] || row.change_type }}
{{ fmtDate(row.created_at) }}
查询
导出
{{ checkinTypeMap[row.type] || row.type }}
{{ fmtDate(row.last_sent_at) }}
编辑
{{ row.role==='super_admin'?'超级管理员':'管理员' }}
{{ fmtDate(row.created_at) }}
编辑
重置密码
删除