配置统计增加一列Effective 有效配置数

This commit is contained in:
段冬梅
2019-03-28 14:32:22 +08:00
parent 09405e06e1
commit bea5312e9f
6 changed files with 16 additions and 9 deletions

View File

@@ -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>