样例compileId 取值错误bug更改
This commit is contained in:
@@ -295,7 +295,7 @@
|
|||||||
<c:forEach items="${page.list }" var="cfg" varStatus="status" step="1">
|
<c:forEach items="${page.list }" var="cfg" varStatus="status" step="1">
|
||||||
<tr>
|
<tr>
|
||||||
<td><input type="checkbox" class="i-checks" id="${cfg.cfgId}" value="${cfg.isAudit}"></td>
|
<td><input type="checkbox" class="i-checks" id="${cfg.cfgId}" value="${cfg.isAudit}"></td>
|
||||||
<td>${indexCfg.compileId }</td>
|
<td>${cfg.compileId }</td>
|
||||||
<td>${cfg.cfgDesc }</td>
|
<td>${cfg.cfgDesc }</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="${cfg.srcUrl }" data-original-title="${cfg.srcUrl }" target="_blank"
|
<a href="${cfg.srcUrl }" data-original-title="${cfg.srcUrl }" target="_blank"
|
||||||
|
|||||||
Reference in New Issue
Block a user