diff --git a/components/custom/CAS/Record/NewActivityRecord.vue b/components/custom/CAS/Record/NewActivityRecord.vue
index 41603128..84200b7d 100644
--- a/components/custom/CAS/Record/NewActivityRecord.vue
+++ b/components/custom/CAS/Record/NewActivityRecord.vue
@@ -1,5 +1,4 @@
-
-
-
-
- 警告:这是一个管理员页面。此页面中的所有操作均有最高权限,你可以删除任何存在的记录。进行操作前务必再次确认,操作不可撤销!
-
-
-
-
-
- {{ alertContent.title }}
- {{ alertContent.message }}
-
-
-
- 取消
-
-
-
-
-
-
-
-
-
- 编号
-
- 提交时间
- 申请者
- 社团
- 日期
- 时间
- 教室
- 备注
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #{{ record.id }}
-
- {{ formatDistanceToNow(new Date(record.creationTimestamp), { locale: zhCN, addSuffix: true }) }}
- {{ record.user.name }}
- {{ record.club.name.zh }}
- {{ enums.days.map[record.day] }}
- {{ enums.periods.map[record.period] }}
- {{ record.classroom.name }}
-
- {{ record.note ? '' : '–' }}
-
-
-
-
-
- {{ record.note }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/manage/manage.vue b/pages/manage/manage.vue
index 5565f7bb..fb963ce3 100644
--- a/pages/manage/manage.vue
+++ b/pages/manage/manage.vue
@@ -1,8 +1,6 @@