|
@@ -102,7 +102,7 @@
|
|
|
<th width="5%">序号</th>
|
|
|
<th width="25%">港口经营人</th>
|
|
|
<th width="15%">注册地址</th>
|
|
|
- <th width="10%">法定代表</th>
|
|
|
+ <th width="10%">法定代表人</th>
|
|
|
<th width="10%">流程状态</th>
|
|
|
<th width="1%" class="operatetd">操作</th>
|
|
|
</tr>
|
|
@@ -132,9 +132,9 @@
|
|
|
</a> --%>
|
|
|
</c:if>
|
|
|
<authz:hasPermission name="${appName}:lhyx:edit">
|
|
|
- <a class="btn btn-default btn-xs" href="#" onclick="lhyx.main.edit('${lhyx.id}')" title="编辑">
|
|
|
- <i class="glyphicon glyphicon-pencil"></i>
|
|
|
- </a>
|
|
|
+ <a class="btn btn-default btn-xs" href="#" onclick="lhyx.main.edit('${lhyx.id}')" title="提交">
|
|
|
+ <i class="glyphicon glyphicon-share"></i>
|
|
|
+ </a>
|
|
|
</authz:hasPermission>
|
|
|
<c:if test="${ssFlag == 1 }">
|
|
|
<authz:hasPermission name="${appName}:lhyx:delete">
|