From 57e0d33e268f7842be758439e753513d868b29eb Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Thu, 3 Jul 2025 16:50:44 +0800 Subject: [PATCH] 1 --- .../ZHGL/Supervise/SuperviseCheckRectify.aspx.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/SGGL/FineUIPro.Web/ZHGL/Supervise/SuperviseCheckRectify.aspx.cs b/SGGL/FineUIPro.Web/ZHGL/Supervise/SuperviseCheckRectify.aspx.cs index 8a3d4f87..d1d45c26 100644 --- a/SGGL/FineUIPro.Web/ZHGL/Supervise/SuperviseCheckRectify.aspx.cs +++ b/SGGL/FineUIPro.Web/ZHGL/Supervise/SuperviseCheckRectify.aspx.cs @@ -288,13 +288,13 @@ namespace FineUIPro.Web.ZHGL.Supervise } } - if (string.IsNullOrEmpty(CurrUser.LoginProjectId)) - { - btnDelete.Hidden = true; - btnEdit.Hidden = true; - btnMenuDelete.Hidden = true; - btnMenuEdit.Hidden = true; - } + //if (string.IsNullOrEmpty(CurrUser.LoginProjectId)) + //{ + // btnDelete.Hidden = true; + // btnEdit.Hidden = true; + // btnMenuDelete.Hidden = true; + // btnMenuEdit.Hidden = true; + //} } #endregion