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:
commit
5f0201bd98
@ -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