|
@@ -980,8 +980,8 @@
|
|
|
<td><c:if test="${xkzxx.sfyx=='1'}">有效</c:if> <c:if
|
|
|
test="${xkzxx.sfyx!='1'}">无效</c:if></td>
|
|
|
<td><a class="btn btn-default btn-xs" href="#"
|
|
|
- onclick="parent.main.menuClick('xkzxx','许可证','/xkzxx/view?id=${xkzxx.id}')">
|
|
|
- <i class="glyphicon glyphicon-search"></i>查看
|
|
|
+ onclick="parent.main.menuClick('xkzxx','许可证','/xkzxx/view?id=${xkzxx.id}')" title='查看'>
|
|
|
+ <i class="glyphicon glyphicon-search"></i>
|
|
|
</a></td>
|
|
|
</tr>
|
|
|
</c:forEach>
|
|
@@ -1010,8 +1010,8 @@
|
|
|
<td>${xkzfz.yxqjssjfmt }</td>
|
|
|
<td><c:if test="${xkzfz.recordStatus==1}">有效</c:if></td>
|
|
|
<td><a class="btn btn-default btn-xs" href="#"
|
|
|
- onclick="parent.main.menuClick('xkzfz','危货作业附证','/xkzfz/view?id=${xkzfz.id}')">
|
|
|
- <i class="glyphicon glyphicon-search"></i>查看
|
|
|
+ onclick="parent.main.menuClick('xkzfz','危货作业附证','/xkzfz/view?id=${xkzfz.id}')" title='查看'>
|
|
|
+ <i class="glyphicon glyphicon-search"></i>
|
|
|
</a></td>
|
|
|
</tr>
|
|
|
</c:forEach>
|