华佗
4dd5bfeb4f
feat: 处方点评模块完整开发
后端:
- ReviewController: 新增7个API端点(plans/plan CRUD/records/ranking/auto-screen)
- ReviewAppService: 实现计划管理、记录查询、排名统计
- ReviewPlan/ReviewRecord: 补充deptName/targetCount/remark/unreasonableType等字段
- Flyway V37: 创建review_plan和review_record表
前端:
- 新增src/api/review.js (12个API调用)
- 新增review/plan/index.vue (计划管理CRUD)
- 新增review/workbench/index.vue (点评工作台)
- 新增review/records/index.vue (点评记录)
- 新增review/ranking/index.vue (医生排名)
- 新增4个菜单项(点评计划/工作台/记录/排名)
数据库:
- review_plan表: id/plan_name/review_type/dept_name/target_count等
- review_record表: plan_id/prescription_no/review_result/unreasonable_type等
验证: 5个API全部返回200
2026-06-07 17:12:56 +08:00
..
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-07 17:12:56 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-06 20:05:44 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 13:36:28 +08:00
2026-06-05 14:56:41 +08:00
2026-06-05 13:36:28 +08:00