<jmesa:htmlColumn property="name" title="<%=Meeting.ALIAS_NAME%>"
      filterable="false">
        <c:if test="${fn:length(item.name)>8}">${fn:substring(item.name,0,8)}...</c:if>
        <c:if test="${fn:length(item.name)<=8}">${item.name}</c:if>
     </jmesa:htmlColumn>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
  • 2022-01-31
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
  • 2021-12-27
  • 2021-08-05
相关资源
相似解决方案