This commit is contained in:
2026-05-29 18:04:49 +08:00
parent 7ee78c852e
commit 3f5d568b9b
6 changed files with 42 additions and 6 deletions
@@ -51,7 +51,11 @@
<f:TextArea runat="server" Label="描述" ID="txtDescription" Readonly="true" Height="50px" LabelWidth="120px"></f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:CheckBox ID="ckAll" runat="server" Checked="true" Text="是否批量修改"></f:CheckBox>
</Items>
</f:FormRow>
</Rows>
</f:Form>