From fa3b379d0563d5915eec9269f4fe0f15237f6139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E7=BA=A2=E5=85=B5?= <374362909@qq.com> Date: Wed, 4 Mar 2026 12:14:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=87=8D=E6=96=B0=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=EF=BC=8C=E5=8E=BB=E9=99=A4=E6=8C=82=E4=BB=B6?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=BE=85=E5=8A=9E?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E3=80=81=E9=80=9A=E7=9F=A5=E5=85=AC=E5=91=8A?= =?UTF-8?q?=E3=80=81=E7=AB=99=E5=86=85=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.vue | 572 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 554 insertions(+), 18 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index e3ecbb5..21a0ebd 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -1,24 +1,560 @@ - - - - - - - - - - - - - + + + + + + + + 欢迎回来,{{ userName }} + 这是您今天的工作台 + + + + {{ currentTime }} + {{ currentDate }} + {{ currentWeek }} + + + + + + + + + + + + + + + + + 待办工作 + + {{ todoList.length }} 项待处理 + + + + + + + + + + {{ getPriorityText(item.priority) }} + + {{ item.title || item.taskName }} + + + {{ formatTime(item.createTime) }} + + + + + + + + + + + + + + + + + 通知公告 + + + + + + + + + {{ item.title }} + {{ formatTime(item.createTime) }} + + + + + + + + + + + + 站内提醒 + + + + + + + + + + + {{ item.title }} + {{ item.content }} + + {{ formatTime(item.createTime) }} + + + + + + + - + + \ No newline at end of file
这是您今天的工作台