1项目用户角色和专业下拉优化
This commit is contained in:
@@ -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="上传附件"
|
||||
|
||||
Reference in New Issue
Block a user