|
@@ -59,7 +59,7 @@
|
|
|
<a-row class="r2">
|
|
|
<a-col style="width: 20%;">
|
|
|
<p class="t1">日均访问量</p>
|
|
|
- <p class="t3">{{ statistics.averageVisit }}</p>
|
|
|
+ <p class="t3">{{ statistics.averageVisit.toLocaleString() }}</p>
|
|
|
</a-col>
|
|
|
<a-col style="width: 20%;">
|
|
|
<p class="t1">平均访问时长</p>
|
|
@@ -67,7 +67,7 @@
|
|
|
</a-col>
|
|
|
<a-col style="width: 20%;">
|
|
|
<p class="t1">访客平均访问页面数</p>
|
|
|
- <p class="t3">{{ statistics.averageVisitPage }}</p>
|
|
|
+ <p class="t3">{{ statistics.averageVisitPage.toLocaleString() }}</p>
|
|
|
</a-col>
|
|
|
<a-col style="width: 20%;">
|
|
|
<p class="t1">跳出率</p>
|