关键事项补充超期关闭状态

This commit is contained in:
2025-12-23 14:44:39 +08:00
parent 22850d18f0
commit 774b197a68
6 changed files with 79 additions and 5 deletions
+5 -1
View File
@@ -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>