diff --git a/src/pages/statistic/medication/index.vue b/src/pages/statistic/medication/index.vue
deleted file mode 100644
index 84cac9c..0000000
--- a/src/pages/statistic/medication/index.vue
+++ /dev/null
@@ -1,591 +0,0 @@
-
-
-
-
-
-
-
-
- 用药统计
-
-
-
-
-
-
- 近7天
- 近30天
- 近90天
-
-
-
-
-
-
- {{ overview.totalTasks || 0 }}
- 总任务
-
-
- {{ overview.completedTasks || 0 }}
- 已服药
-
-
- {{ overview.missedTasks || 0 }}
- 漏服
-
-
-
-
-
- {{ overview.adherenceRate || 0 }}%
- 服药率
-
-
-
-
-
- {{ overview.ontimeRate || 0 }}%
- 准时率
-
-
-
-
-
-
-
-
- 服药趋势
-
-
-
-
-
-
-
-
- 时段分布
-
-
- {{ timeSlotNames[key] }}
- {{ item.adherenceRate || 0 }}%
-
- 已服 {{ item.completedTasks || 0 }}
- / {{ item.totalTasks || 0 }}
-
-
-
-
-
-
-
-
-
-
-
-
- {{ day.day }}
-
-
-
-
-
-
-
-
-
- 服药率 ≥ 80%
-
-
-
- 服药率 50-80%
-
-
-
- 服药率 < 50%
-
-
-
-
-
-
-
-
-
\ No newline at end of file