2022-10-26

This commit is contained in:
2022-10-26 00:57:05 +08:00
parent 2e6d599f63
commit ad64ffcd11
4 changed files with 114 additions and 3 deletions
@@ -112,8 +112,7 @@
</f:FormRow>
<f:FormRow runat="server">
<Items>
<f:DropDownList ID="drpJointNOCompleteColor" Label="焊口未完成" runat="server"
ShowRedStar="true" Required="true" LabelWidth="180px">
<f:DropDownList ID="drpJointNOCompleteColor" Label="焊口未完成" runat="server" LabelWidth="180px">
<f:ListItem Value="#FF0000" Text="红" />
<f:ListItem Value="#FFFF00" Text="黄" />
<f:ListItem Value="#00FF00" Text="绿" />