修改安全月报

This commit is contained in:
潘鸿锋 2024-08-29 08:34:33 +08:00
parent 655ea45161
commit 1af13f87d6
2 changed files with 2 additions and 2 deletions

View File

@ -498,7 +498,7 @@ namespace FineUIPro.Web.HSSE.Manager
if (!string.IsNullOrEmpty(project.ProjectType)) if (!string.IsNullOrEmpty(project.ProjectType))
{ {
var c = BLL.ConstValue.drpConstItemList(BLL.ConstValue.Group_ProjectType). var c = BLL.ConstValue.drpConstItemList(BLL.ConstValue.Group_ProjectType).
FirstOrDefault(x => x.ConstValue == project.ProjectType); FirstOrDefault(x => x.ID == project.ProjectType);
if (c != null) if (c != null)
{ {
this.lblProjectType.Text = c.ConstText; this.lblProjectType.Text = c.ConstText;

View File

@ -100,7 +100,7 @@
<f:MenuButton ID="btnMenuModify" EnablePostBack="true" runat="server" Hidden="true" <f:MenuButton ID="btnMenuModify" EnablePostBack="true" runat="server" Hidden="true"
Text="修改" Icon="Pencil" OnClick="btnMenuModify_Click"> Text="修改" Icon="Pencil" OnClick="btnMenuModify_Click">
</f:MenuButton> </f:MenuButton>
<f:MenuButton ID="btnMenuOut" EnablePostBack="true" runat="server" <f:MenuButton ID="btnMenuOut" EnablePostBack="true" runat="server" Hidden="true"
Text="导出" Icon="Find" OnClick="btnMenuOut_Click"> Text="导出" Icon="Find" OnClick="btnMenuOut_Click">
</f:MenuButton> </f:MenuButton>
<f:MenuButton ID="btnMenuDel" EnablePostBack="true" runat="server" Hidden="true" <f:MenuButton ID="btnMenuDel" EnablePostBack="true" runat="server" Hidden="true"