From 4576eef238c3f82e1df984230c83f39655cd004c Mon Sep 17 00:00:00 2001 From: wangxiaoxian <1094175543@qq.com> Date: Mon, 9 Mar 2026 21:28:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/MainLayout.vue | 158 ++++++++++++++++++++++++++++++++- src/views/Dashboard.vue | 70 +++++++++++++-- src/views/rental/Detail.vue | 129 +++++++++++++++++++++------ src/views/rental/List.vue | 11 ++- src/views/statistics/House.vue | 40 ++++++++- src/views/statistics/Rent.vue | 18 ++++ 6 files changed, 390 insertions(+), 36 deletions(-) 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 @@