From 02409bfbe15f22fc3b5dccadabfd860a660a49d9 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sat, 11 Oct 2025 10:37:14 +0800
Subject: [PATCH] feat: 名称修改
---
src/views/resource/wayline.vue | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/views/resource/wayline.vue b/src/views/resource/wayline.vue
index 57551c1..244cb8f 100644
--- a/src/views/resource/wayline.vue
+++ b/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: '机场名称',
--
Gitblit v1.9.3