diff --git a/src/oc-community-frontend/src/components/OCInfoDialog.vue b/src/oc-community-frontend/src/components/OCInfoDialog.vue
index da8a1e9..e5f7049 100644
--- a/src/oc-community-frontend/src/components/OCInfoDialog.vue
+++ b/src/oc-community-frontend/src/components/OCInfoDialog.vue
@@ -17,11 +17,60 @@
关系:{{ (oc.relation && oc.relation.length) ? oc.relation.join('、') : '无' }}
日程表
-
+
+
+
+ {{ formatDate(scope.row.date) }}
+
+
+
+
+ {{ formatTime(scope.row.time) }}
+
+
+
+
+ {{ scope.row.event }}
+
+
+
+
+ 编辑
+ 删除
+
+
+
暂无日程安排
+
+ 添加日程
+ AI生成今日日程
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 保存
+
+
编辑
@@ -31,12 +80,104 @@