|
|
@@ -80,12 +80,6 @@
|
|
|
<div class="statistics-value">{{ formatDuration(statisticsData.liveAvgDuration) }}</div>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
- <el-col :span="4">
|
|
|
- <div class="statistics-item">
|
|
|
- <div class="statistics-title">回放平均时长</div>
|
|
|
- <div class="statistics-value">{{ formatDuration(statisticsData.playbackAvgDuration) }}</div>
|
|
|
- </div>
|
|
|
- </el-col>
|
|
|
<el-col :span="4">
|
|
|
<div class="statistics-item">
|
|
|
<div class="statistics-title">GMV</div>
|
|
|
@@ -216,9 +210,6 @@
|
|
|
<el-table-column prop="liveAvgDuration" label="直播平均时长" width="140" align="center">
|
|
|
<template slot-scope="scope">{{ formatDuration(scope.row.liveAvgDuration) }}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="playbackAvgDuration" label="回放平均时长" width="140" align="center">
|
|
|
- <template slot-scope="scope">{{ formatDuration(scope.row.playbackAvgDuration) }}</template>
|
|
|
- </el-table-column>
|
|
|
<el-table-column prop="totalCompletedCourses" label="累计完课" width="110" align="center"></el-table-column>
|
|
|
<el-table-column prop="liveCompletedCourses" label="直播完课" width="110" align="center"></el-table-column>
|
|
|
<el-table-column prop="playbackCompletedCourses" label="回放完课" width="110" align="center"></el-table-column>
|
|
|
@@ -440,12 +431,6 @@
|
|
|
<span class="detail-value">{{ formatDuration(detailData.liveAvgDuration || 0) }}</span>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
- <el-col :span="12">
|
|
|
- <div class="detail-item">
|
|
|
- <span class="detail-label">回放平均时长:</span>
|
|
|
- <span class="detail-value">{{ formatDuration(detailData.playbackAvgDuration || 0) }}</span>
|
|
|
- </div>
|
|
|
- </el-col>
|
|
|
<el-col :span="12">
|
|
|
<div class="detail-item">
|
|
|
<span class="detail-label">回放完播率:</span>
|
|
|
@@ -544,11 +529,6 @@
|
|
|
{{ formatDuration(scope.row.liveWatchDuration || 0) }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="playbackWatchDuration" label="回放观看时长" width="120" align="center">
|
|
|
- <template slot-scope="scope">
|
|
|
- {{ formatDuration(scope.row.playbackWatchDuration || 0) }}
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
<el-table-column prop="liveBelongName" label="直播归属" min-width="120" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column prop="salesName" label="邀请销售" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column prop="companyName" label="销售公司" min-width="120" show-overflow-tooltip></el-table-column>
|