无人机管理后台前端(已迁走)
张含笑
2025-06-03 16c20014f4413c8eb50118e1c18db56a21bed9f6
src/views/wel/components/calendarBox.vue
@@ -81,6 +81,8 @@
  });
};
const jumpcalendar = (event, day) => {
  if (event.name === '工单') {
    router.push({
      path: '/tickets/ticket',
@@ -89,7 +91,13 @@
      },
    });
  }else{
     ElMessage.warning('加急开发中...')
    router.push({
      path: '/job/jobstatistics',
      query: {
        day: day,
      },
    });
    //  ElMessage.warning('加急开发中...')
  }
};
onMounted(() => {