From 6db62ddd8db0a54afa15e06bb554950069e3859a Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 14 四月 2025 17:19:04 +0800 Subject: [PATCH] fqc --- DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs index 2043a24..f665fdc 100644 --- a/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs +++ b/DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs @@ -726,6 +726,7 @@ var txt = ctrl as ButtonEdit; txt.Text = ""; txt.Enabled = !isEdt; + txt.ReadOnly = isEdt; continue; } //鏂囨湰 @@ -1745,8 +1746,10 @@ if (column.Tag == null || column.Tag.ToString().EndsWith("edit")) column.OptionsColumn.ReadOnly = false; else - //column.OptionsColumn.ReadOnly = true; - column.OptionsColumn.ReadOnly = isPostSearch; + column.OptionsColumn.ReadOnly = true; + + if(isPostSearch==false) + column.OptionsColumn.ReadOnly = true; if (isPostSearch == true) { -- Gitblit v1.9.3