装置升级

This commit is contained in:
李超 2025-08-14 17:29:01 +08:00
parent bead4c1d76
commit 47c8a5d415
2 changed files with 3 additions and 3 deletions

View File

@ -115,10 +115,10 @@
<f:MenuButton ID="btnMenuEdit" OnClick="btnMenuEdit_Click" EnablePostBack="true" Icon="Pencil" Hidden="true"
runat="server" Text="修改">
</f:MenuButton>
<f:MenuButton ID="btnMenuUp" OnClick="btnMenuUp_Click" EnablePostBack="true" Icon="Pencil"
<f:MenuButton ID="btnMenuUp" OnClick="btnMenuUp_Click" EnablePostBack="true" Icon="Pencil" Hidden="true"
runat="server" Text="上移">
</f:MenuButton>
<f:MenuButton ID="btnMenuDown" OnClick="btnMenuDown_Click" EnablePostBack="true" Icon="Pencil"
<f:MenuButton ID="btnMenuDown" OnClick="btnMenuDown_Click" EnablePostBack="true" Icon="Pencil" Hidden="true"
runat="server" Text="下移">
</f:MenuButton>
<%-- <f:MenuButton ID="btnMenuCopy" OnClick="btnMenuCopy_Click" EnablePostBack="true"

View File

@ -27,7 +27,7 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtSortIndex" NoDecimal="true" NoNegative="true" Label="显示顺序" LabelWidth="130px"
<f:NumberBox ID="txtSortIndex" NoDecimal="true" NoNegative="true" Label="显示顺序" LabelWidth="130px" Hidden="true"
MinValue="0" runat="server" Required="true" >
</f:NumberBox>
<f:TextBox ID="txtRemark" runat="server" Label="备注" LabelWidth="140px"></f:TextBox>