From cdb0d7088e9334eeda2b8a8542da5acd18544a64 Mon Sep 17 00:00:00 2001 From: mycode99 <661753@qq.com> Date: Wed, 9 Apr 2025 19:48:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Admin.NET/Admin.NET.Web.En?= =?UTF-8?q?try/wwwroot/template/web=5Fviews=5FList.vue.vm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加缺少时间范围查询字段 --- .../Admin.NET.Web.Entry/wwwroot/template/web_views_List.vue.vm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_List.vue.vm b/Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_List.vue.vm index b342c30b..8d7c8805 100644 --- a/Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_List.vue.vm +++ b/Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_List.vue.vm @@ -272,6 +272,9 @@ const state = reactive({ @if(Model.QueryWhetherList.Count > 0) { @foreach (var column in Model.QueryWhetherList) { @:@(@column.LowerPropertyName): undefined, + @if(@column.EffectType == "DatePicker"){ + @:@(@column.LowerPropertyName)Range: undefined, + } } } },