更新 Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_List.vue.vm
添加缺少时间范围查询字段
This commit is contained in:
parent
9845228dbf
commit
cdb0d7088e
@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user