更新 Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_List.vue.vm

添加缺少时间范围查询字段
This commit is contained in:
mycode99 2025-04-09 19:48:37 +08:00
parent 9845228dbf
commit cdb0d7088e

View File

@ -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,
}
}
}
},