|
@@ -134,46 +134,9 @@
|
|
|
</a-card>
|
|
|
</a-col>
|
|
|
|
|
|
- <!-- 最多访问TOP10 -->
|
|
|
- <a-col :span="24">
|
|
|
- <a-card style="margin: 10px" title="最多访问TOP10">
|
|
|
- <a-row class="r5" :gutter="[20,20]">
|
|
|
- <a-col :span="24">
|
|
|
- <a-table
|
|
|
- :columns="mostAccessColumns"
|
|
|
- :data-source="mostAccessDatasource"
|
|
|
- size="middle"
|
|
|
- rowKey="type"
|
|
|
- :pagination="false">
|
|
|
- <template #bodyCell="{ column, record, index, text }">
|
|
|
- <template v-if="column.key ==='pagePathSlot' ">
|
|
|
- <a-popover>
|
|
|
- <template slot="content">
|
|
|
- {{ text }}
|
|
|
- </template>
|
|
|
- <a :href="text" target="_blank">
|
|
|
- <div
|
|
|
- style="width: 700px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis">
|
|
|
- {{ text }}
|
|
|
- </div>
|
|
|
- </a>
|
|
|
- </a-popover>
|
|
|
- </template>
|
|
|
- <template v-if="column.key ==='centerSlot' ">
|
|
|
- <span style="margin-left: 20px;">{{ text }}</span>
|
|
|
- </template>
|
|
|
- <template v-if="column.key ==='avgTimeOnPageSlot' ">
|
|
|
- <span style="margin-left: 30px;">{{ text }} s</span>
|
|
|
- </template>
|
|
|
- </template>
|
|
|
- </a-table>
|
|
|
- </a-col>
|
|
|
- </a-row>
|
|
|
- </a-card>
|
|
|
- </a-col>
|
|
|
-
|
|
|
<!-- 来源媒介 -->
|
|
|
<a-col :span="24">
|
|
|
+
|
|
|
<a-card style="margin: 10px" title="来源媒介">
|
|
|
<a-row class="r5" :gutter="[20,20]">
|
|
|
<a-col :span="24">
|
|
@@ -228,6 +191,44 @@
|
|
|
</a-row>
|
|
|
</a-card>
|
|
|
</a-col>
|
|
|
+
|
|
|
+ <!-- 最多访问TOP10 -->
|
|
|
+ <a-col :span="24">
|
|
|
+ <a-card style="margin: 10px" title="最多访问TOP10">
|
|
|
+ <a-row class="r5" :gutter="[20,20]">
|
|
|
+ <a-col :span="24">
|
|
|
+ <a-table
|
|
|
+ :columns="mostAccessColumns"
|
|
|
+ :data-source="mostAccessDatasource"
|
|
|
+ size="middle"
|
|
|
+ rowKey="type"
|
|
|
+ :pagination="false">
|
|
|
+ <template #bodyCell="{ column, record, index, text }">
|
|
|
+ <template v-if="column.key ==='pagePathSlot' ">
|
|
|
+ <a-popover>
|
|
|
+ <template slot="content">
|
|
|
+ {{ text }}
|
|
|
+ </template>
|
|
|
+ <a :href="text" target="_blank">
|
|
|
+ <div
|
|
|
+ style="width: 700px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis">
|
|
|
+ {{ text }}
|
|
|
+ </div>
|
|
|
+ </a>
|
|
|
+ </a-popover>
|
|
|
+ </template>
|
|
|
+ <template v-if="column.key ==='centerSlot' ">
|
|
|
+ <span style="margin-left: 20px;">{{ text }}</span>
|
|
|
+ </template>
|
|
|
+ <template v-if="column.key ==='avgTimeOnPageSlot' ">
|
|
|
+ <span style="margin-left: 30px;">{{ text }} s</span>
|
|
|
+ </template>
|
|
|
+ </template>
|
|
|
+ </a-table>
|
|
|
+ </a-col>
|
|
|
+ </a-row>
|
|
|
+ </a-card>
|
|
|
+ </a-col>
|
|
|
</a-row>
|
|
|
</a-spin>
|
|
|
</template>
|