Просмотр исходного кода

1、直播详情处理回放数据

yys 5 дней назад
Родитель
Сommit
666bf9326f
1 измененных файлов с 0 добавлено и 20 удалено
  1. 0 20
      src/views/live/liveData/index.vue

+ 0 - 20
src/views/live/liveData/index.vue

@@ -80,12 +80,6 @@
             <div class="statistics-value">{{ formatDuration(statisticsData.liveAvgDuration) }}</div>
             <div class="statistics-value">{{ formatDuration(statisticsData.liveAvgDuration) }}</div>
           </div>
           </div>
         </el-col>
         </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">
         <el-col :span="4">
           <div class="statistics-item">
           <div class="statistics-item">
             <div class="statistics-title">GMV</div>
             <div class="statistics-title">GMV</div>
@@ -216,9 +210,6 @@
       <el-table-column prop="liveAvgDuration" label="直播平均时长" width="140" align="center">
       <el-table-column prop="liveAvgDuration" label="直播平均时长" width="140" align="center">
         <template slot-scope="scope">{{ formatDuration(scope.row.liveAvgDuration) }}</template>
         <template slot-scope="scope">{{ formatDuration(scope.row.liveAvgDuration) }}</template>
       </el-table-column>
       </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="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="liveCompletedCourses" label="直播完课" width="110" align="center"></el-table-column>
       <el-table-column prop="playbackCompletedCourses" 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>
                 <span class="detail-value">{{ formatDuration(detailData.liveAvgDuration || 0) }}</span>
               </div>
               </div>
             </el-col>
             </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">
             <el-col :span="12">
               <div class="detail-item">
               <div class="detail-item">
                 <span class="detail-label">回放完播率:</span>
                 <span class="detail-label">回放完播率:</span>
@@ -544,11 +529,6 @@
               {{ formatDuration(scope.row.liveWatchDuration || 0) }}
               {{ formatDuration(scope.row.liveWatchDuration || 0) }}
             </template>
             </template>
           </el-table-column>
           </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="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="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>
           <el-table-column prop="companyName" label="销售公司" min-width="120" show-overflow-tooltip></el-table-column>