列表字符串字段截取展示
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user