소스 검색

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

xw 2 달 전
부모
커밋
3d223d87b3
1개의 변경된 파일0개의 추가작업 그리고 14개의 파일을 삭제
  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 }}