流量统计-统计菜单配置统计查询列表点击方法修改
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<tbody>
|
||||
<c:forEach var="log" items="${page.list }" varStatus="status">
|
||||
<tr>
|
||||
<td class='tc'><a href='#' onclick="searchByConfig(${log.cfgId},${log.cfgDesc})"><i class='fa fa-line-chart'></i></a></td>
|
||||
<td class='tc'><a href='#' onclick="searchByConfig('${log.cfgId}','${log.cfgDesc}')"><i class='fa fa-line-chart'></i></a></td>
|
||||
<td>${log.cfgId}</td>
|
||||
<td>${log.cfgDesc }</td>
|
||||
<td>${log.sum }</td>
|
||||
|
||||
Reference in New Issue
Block a user