| src/views/resource/wayline.vue | ●●●●● 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: '机场名称',