列表界面是否区域管控替换成与form表单一致

This commit is contained in:
wangxin
2018-09-10 18:27:46 +08:00
parent 8823653113
commit ab995804d0
37 changed files with 80 additions and 74 deletions

View File

@@ -370,10 +370,10 @@
</c:forEach>
</td>
<td>
<c:if test="${cfg.isAreaEffective==0}"><spring:message code="no"/></c:if>
<c:if test="${cfg.isAreaEffective==0}"><spring:message code="all"/></c:if>
<c:if test="${cfg.isAreaEffective==1}">
<a href="javascript:viewAreaInfo('${ctx}','${cfg.areaEffectiveIds }','${cfg.compileId }')" >
<spring:message code="yes"/>
<spring:message code="selective"/>
</a>
</c:if>
</td>