diff options
| author | 段冬梅 <[email protected]> | 2018-12-12 12:13:12 +0800 |
|---|---|---|
| committer | 段冬梅 <[email protected]> | 2018-12-12 12:13:12 +0800 |
| commit | 24d2bcbf538fb05f67e59a843be8da8813759ecf (patch) | |
| tree | 8e4ed973cdbe8eff5a2f4cabbef58ff7d382aa38 | |
| parent | 75b52ab5d7563a418dde112b20e56c72da9fae5d (diff) | |
摘要和音视频增加配置跳转日志连接
| -rw-r--r-- | src/main/webapp/WEB-INF/views/cfg/av/fileSampleList.jsp | 6 | ||||
| -rw-r--r-- | src/main/webapp/WEB-INF/views/cfg/fileTransfer/fileDigestList.jsp | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/src/main/webapp/WEB-INF/views/cfg/av/fileSampleList.jsp b/src/main/webapp/WEB-INF/views/cfg/av/fileSampleList.jsp index 17faf19..a6421c7 100644 --- a/src/main/webapp/WEB-INF/views/cfg/av/fileSampleList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/av/fileSampleList.jsp @@ -299,7 +299,7 @@ <th><spring:message code="sample_file"/></th> <th><spring:message code="harm_level"/></th> <th><spring:message code="is_audit"/></th> - <%-- <th><spring:message code="log_total"/></th> --%> + <th><spring:message code="log_total"/></th> <th><spring:message code="letter"/></th> <th><spring:message code="classification"/></th> <th><spring:message code="attribute"/></th> @@ -350,11 +350,9 @@ <span indexTable="${cfg.indexTable}" data-placement="right" data-original-title="<spring:message code='letter_cancel_info'/>: " class="label le-ca-fo label-warning tooltips" data-icon=""> <spring:message code="cancel_approved"/></span> </c:when></c:choose> </td> - <%-- <td audit="${cfg.isAudit}" functionId="${cfg.functionId}" compileId="${cfg.compileId}" action="${cfg.action}" serviceId="${cfg.serviceId}"><div class="loading-total"></div></td> --%> - + <td audit="${cfg.isAudit}" functionId="${cfg.functionId}" compileId="${cfg.compileId}" action="${cfg.action}" serviceId="${cfg.serviceId}"><div class="loading-total"></div></td> <td>${cfg.requestName }</td> - <td> <c:set var="classify"></c:set> <c:forEach items="${fn:split(cfg.classify,',')}" var="classifyId" varStatus="status"> diff --git a/src/main/webapp/WEB-INF/views/cfg/fileTransfer/fileDigestList.jsp b/src/main/webapp/WEB-INF/views/cfg/fileTransfer/fileDigestList.jsp index 48987be..fc36a02 100644 --- a/src/main/webapp/WEB-INF/views/cfg/fileTransfer/fileDigestList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/fileTransfer/fileDigestList.jsp @@ -377,6 +377,7 @@ <th><spring:message code="harm_level"/></th> <th><spring:message code="file_url"/></th> <th><spring:message code="is_audit"/></th> + <th><spring:message code="log_total"/></th> <th><spring:message code="whether_area_block"/></th> <th><spring:message code="letter"/></th> <th><spring:message code="classification"/></th> @@ -385,7 +386,6 @@ <%-- <th><spring:message code="do_log"/></th> --%> <th class="sort-column a.is_valid"><spring:message code="valid_identifier"/></th> - <%-- <th><spring:message code="log_total"/></th> --%> <th><spring:message code="creator"/></th> <th class="sort-column a.create_time"><spring:message code="config_time"/></th> <th><spring:message code="editor"/></th> @@ -439,7 +439,8 @@ <c:when test="${indexCfg.isAudit eq '3'}"><span indexTable="${indexCfg.indexTable}" data-placement="right" data-original-title="<spring:message code='letter_cancel_info'/>: " class="label le-ca-fo label-warning tooltips" data-icon=""> <spring:message code="cancel_approved"/></span></c:when> </c:choose> </td> - <td> + <td audit="${indexCfg.isAudit}" functionId="${indexCfg.functionId}" compileId="${indexCfg.compileId}" action="${indexCfg.action}" serviceId="${indexCfg.serviceId}"><div class="loading-total"></div></td> + <td> <c:if test="${indexCfg.isAreaEffective==0}"><spring:message code="all"/></c:if> <c:if test="${indexCfg.isAreaEffective==1}"> <a href="javascript:viewAreaInfo('${ctx}','${indexCfg.areaEffectiveIds }','${indexCfg.compileId }')" > @@ -518,8 +519,7 @@ <c:if test="${indexCfg.isValid==1}"><spring:message code="yes"/></c:if> <c:if test="${indexCfg.isValid==-1}"><spring:message code="deleted"/></c:if> </td> - <%-- <td audit="${indexCfg.isAudit}" functionId="${indexCfg.functionId}" compileId="${indexCfg.compileId}" action="${indexCfg.action}" serviceId="${indexCfg.serviceId}"><div class="loading-total"></div></td> --%> - <td>${indexCfg.creatorName }</td> + <td>${indexCfg.creatorName }</td> <td><fmt:formatDate value="${indexCfg.createTime }" pattern="yyyy-MM-dd HH:mm:ss"/></td> <td>${indexCfg.editorName }</td> <td><fmt:formatDate value="${indexCfg.editTime }" pattern="yyyy-MM-dd HH:mm:ss"/></td> |
