소스 검색

feat():添加聊天记录

geek 4 년 전
부모
커밋
a576a1a234
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/live/chatList.vue

+ 2 - 2
src/views/live/chatList.vue

@@ -12,11 +12,11 @@
           <span>{{ scope.row.id }}</span>
         </template>
       </el-table-column>
-      <el-table-column width="180px" align="center" label="用户id">
+     <!-- <el-table-column width="180px" align="center" label="用户id">
         <template slot-scope="scope">
           <span>{{ scope.row.user_id }}</span>
         </template>
-      </el-table-column>
+      </el-table-column>-->
       <el-table-column class-name="status-col" align="center" label="用户名称">
         <template slot-scope="scope">
           <span>{{ scope.row.user_name }}</span>