补提http操控日志跳转
This commit is contained in:
@@ -430,7 +430,14 @@
|
|||||||
<span id="open${status.index}" class="" compileId="${indexCfg.compileId}" cfgId="${indexCfg.cfgId}"> ▷ </span><span style="display: none" id="close${status.index}" > ▼ </span>
|
<span id="open${status.index}" class="" compileId="${indexCfg.compileId}" cfgId="${indexCfg.cfgId}"> ▷ </span><span style="display: none" id="close${status.index}" > ▼ </span>
|
||||||
<input type="checkbox" class="i-checks child-checks" id="${indexCfg.cfgId}" value="${indexCfg.isAudit}">
|
<input type="checkbox" class="i-checks child-checks" id="${indexCfg.cfgId}" value="${indexCfg.isAudit}">
|
||||||
</td>
|
</td>
|
||||||
<td>${indexCfg.compileId }</td>
|
<c:choose>
|
||||||
|
<c:when test='${indexCfg.isAudit eq 1 || indexCfg.isAudit eq 3}'>
|
||||||
|
<td audit="${indexCfg.isAudit}" functionId="${indexCfg.functionId}" compileId="${indexCfg.compileId}" action="${indexCfg.action}" serviceId="${indexCfg.serviceId}">${indexCfg.compileId }</td>
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
|
<td>${indexCfg.compileId }</td>
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
<td>${indexCfg.cfgDesc }</td>
|
<td>${indexCfg.cfgDesc }</td>
|
||||||
<td><spring:message code="action_manipulate"/></td>
|
<td><spring:message code="action_manipulate"/></td>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user