关键事项补充超期关闭状态
This commit is contained in:
@@ -15,10 +15,13 @@
|
||||
.green {
|
||||
background-color: Green;
|
||||
}
|
||||
|
||||
|
||||
.red {
|
||||
background-color: orangered;
|
||||
}
|
||||
.orchid {
|
||||
background-color: orchid;
|
||||
}
|
||||
|
||||
.blue {
|
||||
background-color: deepskyblue;
|
||||
@@ -52,6 +55,7 @@
|
||||
<%--<f:ListItem Text="待办" Value="3" />--%>
|
||||
<f:ListItem Text="已超期" Value="4" />
|
||||
<f:ListItem Text="已关闭" Value="0" />
|
||||
<f:ListItem Text="超期关闭" Value="5" />
|
||||
</f:DropDownList>
|
||||
<f:DropDownList ID="DropUnitId" runat="server" Label="责任单位" AutoSelectFirstItem="false" EnableMultiSelect="true" EnableCheckBoxSelect="true" LabelWidth="110px">
|
||||
</f:DropDownList>
|
||||
|
||||
Reference in New Issue
Block a user