This commit is contained in:
2025-02-25 16:41:06 +08:00
parent ca8be515a9
commit b7c8a426bf
87 changed files with 5778 additions and 1835 deletions
@@ -37,8 +37,10 @@
<f:FormRow>
<Items>
<f:DropDownList runat="server" EnableSimulateTree="True" Label="级别" ID="dpRiskLevel" >
<f:ListItem Text="轻微" Value="轻微"/>
<f:ListItem Text="一般" Value="一般"/>
<f:ListItem Text="大" Value="大"/>
<f:ListItem Text="大" Value="大"/>
<f:ListItem Text="严重" Value="严重"/>
</f:DropDownList>
<f:DropDownList runat="server" EnableSimulateTree="True" Label="检查项" ID="DropDownList1" Hidden="true">
</f:DropDownList>