无人机管理后台前端(已迁走)
张含笑
2025-05-10 3c9b1083e064bdd73483db6ab445a8fdebced982
日历样式调整
1 files modified
2 ■■■■■ changed files
src/views/wel/components/calendarBox.vue 2 ●●●●● patch | view | raw | blame | history
src/views/wel/components/calendarBox.vue
@@ -77,8 +77,6 @@
const getJobEventBar = () => {
  getCalen(params.value).then(res => {
    if (res.data.code !== 0) return;
    console.log('rili', res.data.data);
    events.value = res.data.data;
  });
};