首先你要知道要取的数据的下标

<#list itemsList as item>
<#if item_index==1>
<#if "${item.value}"=="合格">
<w:t>✔</w:t>
<#else>
<w:t>✖</w:t>
</#if>
</#if>
</#list>

注:_index 就是找对应下标(0、1、...),value就是你要去的对象中的值属性

相关文章:

  • 2021-07-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-18
  • 2022-12-23
  • 2021-12-03
  • 2021-07-16
  • 2021-04-07
  • 2022-01-16
  • 2021-06-19
相关资源
相似解决方案