1项目用户角色和专业下拉优化

This commit is contained in:
2025-11-19 11:48:00 +08:00
parent bd6b06af0e
commit 3d78e0bbe5
3 changed files with 5 additions and 5 deletions
@@ -37,7 +37,7 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpRole" runat="server" Label="角色" EnableEdit="true" ForceSelection="false"
<f:DropDownList ID="drpRole" runat="server" Label="角色" EnableEdit="true" ForceSelection="false" EmptyText="-请选择-" AutoSelectFirstItem="false"
Required="true" ShowRedStar="true" EnableMultiSelect="true" MaxLength="500" EnableCheckBoxSelect="true">
</f:DropDownList>
<f:DropDownList ID="drpIsPost" runat="server" Label="在岗" EnableEdit="true" ForceSelection="false"
@@ -76,7 +76,7 @@
<Items>
<f:DropDownList ID="drpMainCNProfessional" runat="server" Label="主专业" EnableEdit="true" >
</f:DropDownList>
<f:DropDownList ID="drpViceCNProfessional" runat="server" Label="副专业" EnableEdit="true"
<f:DropDownList ID="drpViceCNProfessional" runat="server" Label="副专业" EnableEdit="true" EmptyText="-请选择-" AutoSelectFirstItem="false"
EnableMultiSelect="true" MaxLength="500" EnableCheckBoxSelect="true">
</f:DropDownList>
</Items>