SVN-Revision: r590
This commit is contained in:
cyf
2025-05-16 02:05:44 +00:00
parent f6b9318a90
commit 58a154153d
+5 -1
View File
@@ -358,6 +358,10 @@ namespace Lskj.Model
/// 取消拖拽时的提示(是否确认拖拽)
/// </summary>
public bool DisableDragPrompt;
/// <summary>
/// 取消提交成功的提示
/// </summary>
public bool DisableSubmitPrompt;
/// <summary>
@@ -429,4 +433,4 @@ namespace Lskj.Model
this.DetailTreeTable = columns.Contains("DetailTreeTable") && !string.IsNullOrEmpty(rowItem["DetailTreeTable"] + "") ? "1".Equals(rowItem["DetailTreeTable"] + "") : false;
this.DetailTreeTableExpansion = columns.Contains("DetailTreeTableExpansion") && !string.IsNullOrEmpty(rowItem["DetailTreeTableExpansion"] + "") ? rowItem["DetailTreeTableExpansion"] + "" : "1";
this.SelectLast = columns.Contains("SelectLast") && !string.IsNullOrEmpty(rowItem["SelectLast"] + "") ? "1".Equals(rowItem["SelectLast"] + "") : false;
this.LoadFilter = columns.Contains("LoadFilter") && !string.IsNullOrEmpty(rowItem["LoadFilter"] + "") ? "1".Equals(rowItem["LoadFilter"] + "") : false