From 2656877a3f80a41481b6702d57df8a5d20685647 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 24 Jul 2025 09:09:39 +0800
Subject: [PATCH] feat:六月份恢复显示五行

---
 src/views/wel/components/calendarBox.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/wel/components/calendarBox.vue b/src/views/wel/components/calendarBox.vue
index a7720c3..0eed555 100644
--- a/src/views/wel/components/calendarBox.vue
+++ b/src/views/wel/components/calendarBox.vue
@@ -212,9 +212,9 @@
   const days = date.daysInMonth();
 
   // 强制 2025 年 6 月显示六行
-  if (date.year() === 2025 && date.month() === 5) {
-    return 6;
-  }
+   //if (date.year() === 2025 && date.month() === 5) {
+   //  return 6;
+  // }
 
   // 其他月份按原逻辑计算
   return Math.ceil((firstDay + days) / 7);

--
Gitblit v1.9.3