提交代码

This commit is contained in:
2024-01-02 16:46:35 +08:00
parent c9f8e00d24
commit 7f2be68951
2 changed files with 21 additions and 46 deletions
@@ -90,7 +90,7 @@
</f:Window>
<f:Menu ID="Menu1" runat="server">
<Items>
<f:MenuButton ID="btnView" EnablePostBack="true" runat="server"
<f:MenuButton ID="btnView" EnablePostBack="true" runat="server" Hidden="true"
Text="查看" Icon="Find" OnClick="btnView_Click">
</f:MenuButton>
</Items>