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