1
This commit is contained in:
parent
2f0e908e59
commit
5f7b38aa8e
@ -51,6 +51,7 @@
|
||||
<dd><a class="ajax-content" href="eventmanagement" data-id="conetnt">事件管理</a></dd>
|
||||
<dd><a class="ajax-content" href="eventattradmin" data-id="conetnt">事件属性管理</a></dd>
|
||||
<dd><a class="ajax-content" href="userattradmin" data-id="conetnt">用户属性管理</a></dd>
|
||||
<dd><a class="ajax-content" href="" data-id="conetnt">自定义别名</a></dd>
|
||||
<dd><a class="ajax-content" href="datacheck" data-id="conetnt">埋点数据检查</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
|
@ -55,7 +55,7 @@
|
||||
</tr>
|
||||
{{# }); }}
|
||||
</tbody>
|
||||
{{# } else if(d.cat === "retention" || d.cat == "scatter"){ }}
|
||||
{{# } else if( d.cat == "scatter"){ }}
|
||||
<tbody class="table-fenxi-td">
|
||||
|
||||
{{# layui.each(d.condata, function(indexs, items) { }}
|
||||
@ -71,6 +71,27 @@
|
||||
</tr>
|
||||
{{# }); }}
|
||||
</tbody>
|
||||
{{# } else if(d.cat === "retention"){ }}
|
||||
<tbody class="table-fenxi-td">
|
||||
|
||||
{{# layui.each(d.condata, function(indexs, items) { }}
|
||||
<tr >
|
||||
<td>{{items.date}}</td>
|
||||
<td>{{items.d0}}</td>
|
||||
{{# layui.each(items.data, function(indexss, itemss){ }}
|
||||
<td>
|
||||
{{# if(itemss.p == '-'){ }}
|
||||
<p>{{itemss.p}}</p>
|
||||
{{# } else { }}
|
||||
<p>{{itemss.p}}%</p>
|
||||
{{# } }}
|
||||
|
||||
</td>
|
||||
{{# }); }}
|
||||
</tr>
|
||||
{{# }); }}
|
||||
</tbody>
|
||||
|
||||
{{# } else if(d.cat === "ltv"){ }}
|
||||
<tbody class="table-fenxi-td">
|
||||
|
||||
|
@ -123,7 +123,7 @@
|
||||
|
||||
<div class="analtsis-condition-right-box">
|
||||
<!-- <div class="analtsis-condition">指标</div> -->
|
||||
<div class="analtsis-condition analtsis-condition-xssz" >显示设置</div>
|
||||
<!-- <div class="analtsis-condition analtsis-condition-xssz" >显示设置</div> -->
|
||||
<div class="analtsis-chart-switch-box">
|
||||
<div class="analtsis-chart-switch select-chart" title="数据报表"> <i class="iconfont" style="font-size: 18px; "></i> </div>
|
||||
<div class="analtsis-chart-switch " title="第N日留存"> <i class="iconfont" style="font-size: 18px; "></i> </div>
|
||||
@ -208,8 +208,11 @@
|
||||
<td>{{item.d0}}</td>
|
||||
{{# layui.each(item.data, function(indexs, items){ }}
|
||||
<td>
|
||||
<p>{{items.n}}</p>
|
||||
{{# if(items.p == '-'){ }}
|
||||
<p>{{items.p}}</p>
|
||||
{{# } else { }}
|
||||
<p>{{items.p}}%</p>
|
||||
{{# } }}
|
||||
</td>
|
||||
{{# }); }}
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user