diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue index 213a737..ca065a7 100644 --- a/src/layouts/MainLayout.vue +++ b/src/layouts/MainLayout.vue @@ -14,6 +14,27 @@

租房管理系统

+ + +
+ + {{ notificationCount }} +
+ + + 查看所有通知 + {{ notificationCount }} + + + 已到期房间 + {{ expiredCount }} + + + 即将到期房间 + {{ soonExpireCount }} + + +
@@ -129,6 +150,7 @@