zhibo/archive/Zhibo/zhibo-1201/小张/待开发功能/举报管理.md
2025-12-21 17:32:12 +08:00

28 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 举报管理
## 功能说明
帮助中心 - 举报管理,用于查看和处理用户举报信息。
## 已完成
- ✅ 数据库表eb_report已创建并插入12条测试数据
- ✅ 后端ControllerReportController.java- 简化版直接查询数据库
- ✅ 前端界面admin/src/views/help/report/index.vue
- ✅ 前端APIadmin/src/api/report.js
- ✅ 前端路由配置admin/src/router/modules/content.js
## 功能列表
- ✅ 列表展示(举报人、举报人电话、被举报人、举报类型、举报原因、相关内容、举报时间、处理状态)
- ✅ 多条件搜索用户名、手机号、用户id、举报类型、处理结果、时间范围
- ✅ 查看详情
- ✅ 处理举报
- ✅ 分页功能
## 访问路径
- 前端:内容 → 举报管理
- 路由:/content/report
- 接口GET /api/admin/help/report/list
## 数据库表
- 表名eb_report
- 字段id, uid, user_name, user_phone, reported_uid, reported_name, reported_phone, report_type, report_reason, content, report_time, status, handle_result, handle_time, create_time, update_time