管理后台
数字能量学系统
用户名
密码
{{ loginError }}
加载中...
{{ stats.totalUsers }}
总用户数
{{ stats.vipUsers }}
VIP 用户
{{ stats.totalOrders }}
总订单
{{ formatMoney(stats.totalRevenue) }}
总收入 (¥)
{{ stats.totalCharts }}
能量盘总数
{{ stats.totalCommissions }}
佣金笔数
#{{ order.id }}
{{ order.productType || '--' }}
¥{{ formatMoney(order.totalFee) }}
{{ orderStatusLabel(order.status) }}
{{ tab.label }}
暂无用户数据
{{ user.nickname || '微信用户' }}
管理员
ID: {{ user.id }} | 注册: {{ formatDate(user.createdAt) }}
{{ isVipActive(user) ? 'VIP' : '普通' }}
暂无订单数据
订单 #{{ order.id }}
用户ID: {{ order.userId }} | {{ order.productType || '--' }}
¥{{ formatMoney(order.totalFee) }}
{{ orderStatusLabel(order.status) }}
暂无佣金数据
用户 #{{ comm.userId }}
级别: {{ comm.level === 1 ? '一级推广' : '二级推广' }}
| {{ comm.remark }}
+¥{{ formatMoney(comm.amount) }}
{{ commissionStatusLabel(comm.status) }}
暂无提现申请
提现 #{{ wd.id }}
用户ID: {{ wd.userId }}
¥{{ formatMoney(wd.amount) }}
{{ withdrawStatusLabel(wd.status) }}
暂无系统配置
{{ cfg.description }}
默认值: {{ cfg.defaultValue }}
退出登录