无人机管理后台前端(已迁走)
张含笑
2025-08-07 17e0bcd86701459f9fcdcbf37ff0b8f8deae3ec4
feat:航线文件下拉查询
1 files modified
6 ■■■■■ changed files
src/views/resource/waylineFile.vue 6 ●●●●● patch | view | raw | blame | history
src/views/resource/waylineFile.vue
@@ -43,6 +43,9 @@
            dicData: [],
            props: { label: 'nickname', value: 'nickname' },
            hide: true,
             change: (value) => {
               this.searchChange({ ...this.query,dock_name:value.value}, () => {});
          }
          },
          {
            label: '航线名称',
@@ -63,6 +66,9 @@
            endPlaceholder: '结束时间',
            searchValue: [defaultStartDate, defaultEndDate],
            hide: true,
             change: (value) => {
               this.searchChange({ ...this.query,daterange:value.value}, () => {});
          }
          },
          { label: '航线名称', prop: 'name' },
          {