v3.4.6
This commit is contained in:
@@ -150,7 +150,7 @@ public class CodeGenQueryControlClassificationHelper
|
||||
|
||||
var usersSelectList = new List<string>();
|
||||
usersSelectList.Add(JnpfKeyConst.USERSSELECT);
|
||||
listQueryControl["usersSelectList"] = usersSelectList;
|
||||
listQueryControl["usersSelect"] = usersSelectList;
|
||||
|
||||
var treeSelectList = new List<string>();
|
||||
treeSelectList.Add(JnpfKeyConst.TREESELECT);
|
||||
@@ -159,6 +159,10 @@ public class CodeGenQueryControlClassificationHelper
|
||||
var addressList = new List<string>();
|
||||
addressList.Add(JnpfKeyConst.ADDRESS);
|
||||
listQueryControl["address"] = addressList;
|
||||
|
||||
listQueryControl["groupSelect"] = new List<string>() { JnpfKeyConst.GROUPSELECT };
|
||||
|
||||
listQueryControl["roleSelect"] = new List<string>() { JnpfKeyConst.ROLESELECT };
|
||||
}
|
||||
|
||||
break;
|
||||
@@ -166,21 +170,4 @@ public class CodeGenQueryControlClassificationHelper
|
||||
|
||||
return listQueryControl;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 需要转换的列表列控件.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public static Dictionary<string, List<string>> ListColumnControls()
|
||||
{
|
||||
Dictionary<string, List<string>> listColumnControlsType = new Dictionary<string, List<string>>();
|
||||
var columnList = new List<string>();
|
||||
columnList.Add("date");
|
||||
columnList.Add("createTime");
|
||||
columnList.Add("modifyTime");
|
||||
|
||||
listColumnControlsType["columnList"] = columnList;
|
||||
|
||||
return listColumnControlsType;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user