例如list中遍历releaseitem,在ri中获取audit的值,如果audit的值为0则表示正在审核中,如果为1则表示审核通过,如果为2则表示未审核。 

<#list releaseitem as ri>

    <#if ri.item.audit =="0">审核中</#if>
    <#if ri.item.audit =="1">审核通过</#if>
    <#if ri.item.audit =="2">未审核</#if>

</#list>

相关文章:

  • 2019-09-29
  • 2022-12-23
  • 2022-02-08
  • 2021-09-22
  • 2021-08-04
  • 2021-12-18
  • 2021-05-23
  • 2021-10-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案