项目用户添加是否教育人字段

This commit is contained in:
geh
2026-01-20 16:34:07 +08:00
parent 9555acd424
commit 96ca57977d
11 changed files with 131 additions and 27 deletions
@@ -80,7 +80,16 @@
EnableMultiSelect="true" MaxLength="500" EnableCheckBoxSelect="true">
</f:DropDownList>
</Items>
</f:FormRow>
</f:FormRow>
<f:FormRow>
<Items>
<f:RadioButtonList runat="server" ID="rblIsEducator" Label="是否教育人" >
<f:RadioItem Text="否" Value="False" Selected="True"/>
<f:RadioItem Text="是" Value="True"/>
</f:RadioButtonList>
<f:Label ID="Temp1" runat="server" Hidden="True"></f:Label>
</Items>
</f:FormRow>
</rows>
<toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">