diff --git a/src/views/system/calendar/index.vue b/src/views/system/calendar/index.vue index 5669986..f313ba7 100644 --- a/src/views/system/calendar/index.vue +++ b/src/views/system/calendar/index.vue @@ -29,11 +29,46 @@ - - - {{ formatDate2(data.date) === current? data.date.getDate()+'(今天)':data.date.getDate() }} - - + + + + + {{ formatDate2(data.date) === current? data.date.getDate()+'(今天)':data.date.getDate() }} + + + {{'('+getIntDictOptions(DICT_TYPE.CALENDAR_CONTENT)[holidayDate[data.day]?.content].label+')'}} + + + + + + + + {{ dict.label }} + + + + + + + + + + 确定 + @@ -47,6 +82,7 @@