无人机管理后台前端(已迁走)
张含笑
2025-08-07 4067fd1f6a5aa391df9c2080abcc218849fe3ae8
feat:航线任务下拉查询
1 files modified
8 ■■■■ changed files
src/views/resource/wayline.vue 8 ●●●● patch | view | raw | blame | history
src/views/resource/wayline.vue
@@ -64,6 +64,9 @@
              value: 'nickname',
            },
            hide: true,
             change: (value) => {
               this.searchChange({ ...this.query,dock_name:value.value}, () => {});
          }
          },
          {
            label: '任务名称',
@@ -83,7 +86,10 @@
            startPlaceholder: '开始时间',
            endPlaceholder: '结束时间',
            searchValue: [defaultStartDate, defaultEndDate], // 设置搜索表单默认值
            hide: true // 隐藏在表格中,只保留在搜索框
            hide: true ,// 隐藏在表格中,只保留在搜索框
                change: (value) => {
               this.searchChange({ ...this.query,daterange:value.value}, () => {});
          }
          },
          {
            label: '机场名称',