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
@@ -49,7 +49,7 @@
</f:FormRow>
<f:FormRow ColumnWidths="50% 10% 30%">
<Items>
<f:DropDownList ID="drpAcceptanceCheckMan" runat="server" Label="检查人" EnableCheckBoxSelect="true" LabelWidth="130px"
<f:DropDownList ID="drpAcceptanceCheckMan" runat="server" EnableEdit="true" Label="检查人" EmptyText="-请选择-" AutoSelectFirstItem="false" EnableCheckBoxSelect="true" LabelWidth="130px"
EnableMultiSelect="true">
</f:DropDownList>
<f:Label ID="Label1" runat="server" Label="上传附件"