奇聚管理后台
登录
奇聚管理后台
📊 数据概览
👥 用户管理
🏪 商家管理
📅 活动管理
📝 动态管理
💰 交易管理
🚪 退出登录
数据概览
{{ stats.userCount }}
用户总数
{{ stats.merchantCount }}
商家总数
{{ stats.activityCount }}
活动总数
{{ stats.todayUsers }}
今日新增
快速操作
审核商家
刷新数据
用户管理
搜索
{{ scope.row.gender === 'male' ? '男' : scope.row.gender === 'female' ? '女' : '未知' }}
{{ scope.row.status === 'active' ? '正常' : '禁用' }}
{{ new Date(scope.row.created_at).toLocaleString() }}
禁用
启用
删除
商家管理
{{ categoryMap[scope.row.category] || scope.row.category }}
{{ statusMap[scope.row.status]?.label || scope.row.status }}
通过
拒绝
{{ scope.row.is_featured ? '取消推荐' : '推荐' }}
活动管理
{{ activityCategoryMap[scope.row.category] || scope.row.category }}
{{ scope.row.current_participants }}/{{ scope.row.max_participants }}
{{ activityStatusMap[scope.row.status]?.label || scope.row.status }}
{{ new Date(scope.row.start_time).toLocaleString() }}
动态管理
{{ scope.row.author?.nickname || '-' }}
{{ scope.row.status === 'published' ? '已发布' : (scope.row.status === 'hidden' ? '已隐藏' : '已删除') }}
{{ new Date(scope.row.created_at).toLocaleString() }}
隐藏
发布
删除
交易管理
{{ scope.row.user?.nickname || scope.row.user?.phone || '-' }}
{{ scope.row.status }}
{{ new Date(scope.row.created_at).toLocaleString() }}