列表字符串字段截取展示

This commit is contained in:
leijun
2018-09-13 16:35:25 +08:00
parent cd0c23c657
commit 90c1e45cc0
3 changed files with 8 additions and 8 deletions

View File

@@ -310,7 +310,7 @@
<td>${cfg.compileId }</td>
<td>${cfg.cfgDesc }</td>
<td>${cfg.appName }</td>
<td>${cfg.domain }</td>
<td title="${cfg.domain }">${fns:abbr(cfg.domain,20)}</td>
<c:if test="${cfg.isHexbin==0 }">
<td><spring:message code="not_hex"/></td>
<td><spring:message code="case_insenstive"/></td>

View File

@@ -322,7 +322,7 @@
</c:if>
</c:forEach>
</td>
<td>${cfg.domain }</td>
<td title="${cfg.domain }">${fns:abbr(cfg.domain,20)}</td>
<c:if test="${cfg.isHexbin==0 }">
<td><spring:message code="not_hex"/></td>
<td><spring:message code="case_insenstive"/></td>