无人机管理后台前端(已迁走)
chenyao
2025-07-21 33cfed5a732ae6eb75ec82eb163557e112beb44a
src/views/wel/components/flightStatistics.vue
@@ -89,8 +89,7 @@
const getFlyTimeList = () => {
  getFlyTime(params.value).then(res => {
    const resList = res?.data?.data || [];
    console.log('飞行',resList);
    lineCharts(resList);
  });
};
@@ -177,7 +176,7 @@
        },
      },
      axisLabel: {
        interval: 0,
        // interval: 0,
        color: '#383838',
      },
    },