修改系统管理遮盖层不消失的bug

修改图片url多一列数据的问题
This commit is contained in:
duandongmei
2018-07-12 16:22:07 +08:00
parent a5f9ee791f
commit 7a0787081c
6 changed files with 4 additions and 10 deletions

View File

@@ -273,7 +273,7 @@
</form:form>
</div>
<spring:message code="${message}"/>
<sys:message content="${message}" />
<table id="contentTable" class="table table-striped table-bordered table-condensed">
<thead>

View File

@@ -63,7 +63,7 @@
<%-- <shiro:hasPermission name="sys:office:edit"><li><a href="${ctx}/sys/office/form?parent.id=${sysOffice.id}">机构添加</a></li></shiro:hasPermission> --%>
<!-- </ul> -->
<div class="table-responsive">
<spring:message code="${message}"/>
<sys:message content="${message}"/>
<table id="treeTable" class="table table-striped table-bordered table-condensed">
<thead><tr><th><spring:message code="org_name"/></th><th><spring:message code="belong_area"/></th><th><spring:message code="org_coding"/></th><th><spring:message code="level"/></th><th><spring:message code="org_type"/></th><th><spring:message code="org_duty_type"/></th><th><spring:message code="remarks"/></th><shiro:hasPermission name="sys:office:edit"><th><spring:message code="operation"/></th></shiro:hasPermission></tr></thead>
<tbody id="treeTableList"></tbody>

View File

@@ -38,7 +38,7 @@
<div class="col-md-12">
<spring:message code="${message}"/>
<sys:message content="${message}"/>
<table id="contentTable" class="table table-striped table-bordered table-condensed">
<tr><th><spring:message code="role_name"/></th><th><spring:message code="data_range"/></th><th><spring:message code="describe"/></th><shiro:hasPermission name="sys:role:edit"><th><spring:message code="operation"/></th></shiro:hasPermission></tr>
<c:forEach items="${list}" var="role">

View File

@@ -162,7 +162,7 @@
</div>
</div>
<spring:message code="${message}" />
<sys:message content="${message}" />
<table id="contentTable"
class="table table-striped table-bordered table-condensed">
<thead>