|
@@ -176,13 +176,13 @@
|
|
|
<div style="background-color:#f4f4f4;">
|
|
|
<table class="main_table" cellpadding="0" cellspacing="0">
|
|
|
<tr>
|
|
|
- <th width="10%">序号</th>
|
|
|
- <th width="15%">项目名称</th>
|
|
|
+ <th width="5%">序号</th>
|
|
|
+ <th width="40%">项目名称</th>
|
|
|
<th width="15%">项目法人</th>
|
|
|
<th width="10%">所在港区</th>
|
|
|
<th width="15%">当前状态</th>
|
|
|
<th width="1%" class="operatetd">操作</th>
|
|
|
- <th width="1%" class="operatetd">审核</th>
|
|
|
+ <!-- <th width="1%" class="operatetd">审核</th> -->
|
|
|
</tr>
|
|
|
<c:forEach items="${list}" var="jsjdgl" varStatus="status">
|
|
|
<tr class="tr_bg">
|
|
@@ -208,8 +208,8 @@
|
|
|
删除</a>
|
|
|
</c:if> --%>
|
|
|
</c:if>
|
|
|
- </td>
|
|
|
- <td class="operatetd">
|
|
|
+ <!-- </td>
|
|
|
+ <td class="operatetd"> -->
|
|
|
<c:if test="${jsjdgl.taskState!=null }">
|
|
|
<a class="btn btn-default btn-xs" href="#" onclick="jsjdgl.main.banli('${jsjdgl.id}')" title="办理">
|
|
|
<i class="glyphicon glyphicon-check"></i>
|