<tr ng-repeat="(key,item) in tableData">
    <td class="check hidden-xs">
        <input class="tr-checkbox" type="checkbox" value="<{item.id}>">
    </td>
    <td><{item.name}></td>
    <td data-value="<{key}>"></td>
</tr>

 

相关文章:

  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-13
相关资源
相似解决方案