无人机管理后台前端(已迁走)
张含笑
2025-06-14 4b981a3ba2d548f7904540d23b83f6abc44b6d1a
src/views/wel/components/calendarBox.vue
@@ -69,13 +69,14 @@
  return date.getDate();
};
// 获取对应日期的事件
const getEvents = dateString => {
  return events.value[dateString] || [];
};
const monthRange = getCurrentMonthRange();
params.value = monthRange;
console.log('params.value', params.value);
const getJobEventBar = () => {
  getCalen(params.value).then(res => {