From 7b70a1baae33c611ca4d40fe37e93dfda0a77e1d Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Thu, 30 May 2024 13:57:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E6=98=BE=E7=A4=BA=E6=96=B9=E5=BC=8F=E5=8F=8A?= =?UTF-8?q?=E5=A4=9A=E4=B8=AA=E8=A7=86=E5=9B=BE=E9=A1=B5=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=86=E5=AE=A1=E6=89=B9=E4=BD=93=E9=AA=8C?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/oa_arrival/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/oa_arrival/index.vue b/src/views/oa_arrival/index.vue index 5f601aa..cce22c0 100644 --- a/src/views/oa_arrival/index.vue +++ b/src/views/oa_arrival/index.vue @@ -32,7 +32,7 @@ - + @@ -79,7 +79,9 @@ const showEdit = ref(false) // 查询条件 const queryParams = reactive({ title: '', - status: '' + status: '', + start_time: "", + end_time: "" }) // 选中数据