配置统计增加一列Effective 有效配置数
This commit is contained in:
@@ -472,6 +472,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th><spring:message code="service_name"/></th>
|
||||
<th><spring:message code="effective"/></th>
|
||||
<th><spring:message code="approved"/></th>
|
||||
<th><spring:message code="unapproved"/></th>
|
||||
<th><spring:message code="cancel_approved"/></th>
|
||||
@@ -510,6 +511,9 @@
|
||||
<%-- <spring:message code="${serviceName }"/>${serviceName } --%>
|
||||
<spring:message code="${functionName }"/>
|
||||
</td>
|
||||
<td>
|
||||
${statistics.effective }
|
||||
</td>
|
||||
<td>
|
||||
${statistics.approved }
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user