Browse Source

删除课程观看日志页面的头像列

xw 2 weeks ago
parent
commit
3d223d87b3
1 changed files with 0 additions and 14 deletions
  1. 0 14
      src/views/course/courseWatchLog/watchLog.vue

+ 0 - 14
src/views/course/courseWatchLog/watchLog.vue

@@ -323,20 +323,6 @@
 <!--         </el-popover>-->
 <!--       </template>-->
 <!--     </el-table-column>-->
-      <el-table-column label="头像" align="center">
-        <template slot-scope="scope">
-          <img
-            v-if="queryParams.sendType == 1"
-            :src="scope.row.fsAvatar"
-            style="width:50px;height:50px"
-          />
-          <img
-            v-else-if="queryParams.sendType == 2"
-            :src="scope.row.externalUserAvatar"
-            style="width:50px;height:50px"
-          />
-        </template>
-      </el-table-column>
       <el-table-column label="用户昵称" align="center" v-if="queryParams.sendType == 1">
         <template slot-scope="scope">
           {{ queryParams.sendType=='1' ? scope.row.fsNickName : scope.row.externalUserName }}