guhongwei 4 년 전
부모
커밋
bd1570ad0e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/superAdminCenter/channel/index.vue

+ 1 - 0
src/views/superAdminCenter/channel/index.vue

@@ -62,6 +62,7 @@ export default {
         },
       ],
       fields: [
+        { label: '房间号', prop: 'room_id' },
         { label: '标题', prop: 'title' },
         { label: '来源', prop: 'orgin' },
         { label: '发布时间', prop: 'create_time' },