无人机管理后台前端(已迁走)
张含笑
2025-07-01 808960ad9e95bcbc26286033d5581a501a2a2721
feat:任务管理优化
2 files modified
8 ■■■■ changed files
src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue 4 ●●●● patch | view | raw | blame | history
src/views/wel/index.vue 4 ●●●● patch | view | raw | blame | history
src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
@@ -247,8 +247,8 @@
        }
        &.cancelTask {
            border: 1px solid #3efe96;
            color: #3efe96;
            border: 1px solid #00AA2D;
            color: #00AA2D;
        }
    }
src/views/wel/index.vue
@@ -436,7 +436,7 @@
      {
        name: '飞行时长',
        type: 'bar',
        barWidth: '12px',
        barWidth: '8px',
        itemStyle: {
          color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
            { offset: 0, color: '#29acff' },
@@ -449,7 +449,7 @@
      {
        name: '飞行里程',
        type: 'bar',
        barWidth: '12px',
        barWidth: '8px',
        itemStyle: {
          color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
            { offset: 0, color: '#01c871' },