diff --git a/src/components/Calendar/calendar.js b/src/components/Calendar/calendar.js index a22621a..9623772 100644 --- a/src/components/Calendar/calendar.js +++ b/src/components/Calendar/calendar.js @@ -1,5 +1,5 @@ export default { - // 当某月的天数 + // 当月的天数 getDaysInOneMonth(date) { const year = date.getFullYear(); const month = date.getMonth() + 1; diff --git a/src/page/wel.vue b/src/page/wel.vue index 323d8d3..6204e22 100644 --- a/src/page/wel.vue +++ b/src/page/wel.vue @@ -314,7 +314,7 @@ color: #909399; ">
- +
暂无数据
@@ -354,7 +354,7 @@ color: #909399; ">
- +
暂无数据
@@ -1891,6 +1891,11 @@ export default {