Merge pull request '代码生成添加缺少时间范围查询字段' (#308) from mycode99/Admin.NET.Pro:v2 into v2

Reviewed-on: https://code.adminnet.top/Admin.NET/Admin.NET.Pro/pulls/308
Reviewed-by: zuohuaijun <zuohuaijun@163.com>
This commit is contained in:
zuohuaijun 2025-04-10 02:04:19 +08:00
commit 5f0201bd98

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