提交集团数据穿透修改
This commit is contained in:
@@ -54,9 +54,9 @@
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownList runat="server" Label="问题级别" ID="dpRiskLevel" LabelAlign="Right">
|
||||
<f:ListItem Text="一般" Value="1" Selected="true" />
|
||||
<f:ListItem Text="较大" Value="2" />
|
||||
<f:ListItem Text="重大" Value="3" />
|
||||
<f:ListItem Text="一般" Value="一般" Selected="true" />
|
||||
<f:ListItem Text="较大" Value="较大" />
|
||||
<f:ListItem Text="重大" Value="重大" />
|
||||
</f:DropDownList>
|
||||
<f:DatePicker ID="txtRectificationPeriod" runat="server" Label="整改期限"
|
||||
LabelAlign="Right" Required="True" ShowRedStar="true">
|
||||
|
||||
Reference in New Issue
Block a user