添加导出率
This commit is contained in:
parent
f5a768d456
commit
1192ed3934
@ -48,7 +48,8 @@
|
||||
|
||||
|
||||
<h1>导入数据:</h1>
|
||||
<table>
|
||||
<table border="1">
|
||||
<tbody>
|
||||
<tr>
|
||||
<!--('wxdb103a128e118619', '拯救熊猫泡泡', 2, 1, 0, 0.0)-->
|
||||
<th>渠道ID</th>
|
||||
@ -66,11 +67,14 @@
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
</tr>
|
||||
</tbody>
|
||||
>
|
||||
</table>
|
||||
|
||||
|
||||
<h1>导出数据:</h1>
|
||||
<table>
|
||||
<table border="1">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>渠道ID</th>
|
||||
<th>跳转目标</th>
|
||||
@ -85,6 +89,7 @@
|
||||
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
{% endfor %}
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user