Blame view

public/hbs/3party/activate-tbl.hbs 380 Bytes
王水玲 authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<table  border="1" class="table">
    <tr>
        <th>渠道Id</th>
        <th>渠道名称</th>
        <th>激活IOS数</th>
        <th>激活安卓数</th>
    </tr>
    {{#each list}}
        <tr>
            <td>{{unionType}}</td>
            <td>{{unionName}}</td>
            <td>{{idfaCount}}</td>
            <td>{{imeiCount}}</td>
        </tr>
    {{/each}}
</table>