添加导出率

This commit is contained in:
pengtao 2019-10-23 10:53:20 +08:00
parent f5a768d456
commit 1192ed3934

View File

@ -48,7 +48,8 @@
<h1>导入数据:</h1> <h1>导入数据:</h1>
<table> <table border="1">
<tbody>
<tr> <tr>
<!--('wxdb103a128e118619', '拯救熊猫泡泡', 2, 1, 0, 0.0)--> <!--('wxdb103a128e118619', '拯救熊猫泡泡', 2, 1, 0, 0.0)-->
<th>渠道ID</th> <th>渠道ID</th>
@ -66,11 +67,14 @@
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}
</tr> </tr>
</tbody>
>
</table> </table>
<h1>导出数据:</h1> <h1>导出数据:</h1>
<table> <table border="1">
<tbody>
<tr> <tr>
<th>渠道ID</th> <th>渠道ID</th>
<th>跳转目标</th> <th>跳转目标</th>
@ -85,6 +89,7 @@
</tr> </tr>
{% endfor %} {% endfor %}
</tbody>
</table> </table>
{% endfor %} {% endfor %}
</body> </body>