无人机管理后台前端(已迁走)
张含笑
2025-08-06 82ee265abd6c18017d253358d03c494f1b96cdf4
feat:拼图任务下拉查询
1 files modified
43 ■■■■■ changed files
src/views/odm/task.vue 43 ●●●●● patch | view | raw | blame | history
src/views/odm/task.vue
@@ -142,6 +142,9 @@
                value: 4,
              },
            ],
              change: (value) => {
    this.searchChange({ ...this.query,waylineType:value.value}, () => {});
  }
          },
          {
            label: '机场名称',
@@ -175,36 +178,19 @@
            search: true,
            searchSpan: 4,
            searchLabelWidth: 100,
            //labelWidth: 130,
            searchPlaceholder: "任务状态",
            width: 90,
            dicData: [
              {
                label: '待启动',
                value: 0,
              },
              {
                label: '待处理',
                value: 10,
              },
              {
                label: '处理中',
                value: 20,
              },
              {
                label: '失败',
                value: 30,
              },
              {
                label: '已完成',
                value: 40,
              },
              {
                label: '已取消',
                value: 50,
              },
    { label: '待启动', value: 0 },
    { label: '待处理', value: 10 },
    { label: '处理中', value: 20 },
    { label: '失败', value: 30 },
    { label: '已完成', value: 40 },
    { label: '已取消', value: 50 },
            ],
  change: (value) => {
    this.searchChange({ ...this.query,status:value.value}, () => {});
  }
          },
          {
@@ -231,6 +217,11 @@
            searchLabelWidth: 100,
            //valueFormat: 'YYYY-MM-DD',
            width: 160,
                        change: (value) => {
                        console.log('value',value);
    this.searchChange({ ...this.query,completedTime:value.value}, () => {});
  }
          },
        ],
      },