无人机管理后台前端(已迁走)
罗广辉
2025-10-11 02409bfbe15f22fc3b5dccadabfd860a660a49d9
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: '机场名称',