guhongwei 4 years ago
parent
commit
6b89d7c8c6
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/channel/parts/list.vue

+ 3 - 1
src/views/channel/parts/list.vue

@@ -7,7 +7,9 @@
             <el-image :src="noimage"> </el-image>
           </el-col>
           <el-col :span="13" class="text">
-            <p class="title textOver">{{ item.title }}</p>
+            <p class="title textOver">
+              <span style="color:#ff0000">[{{ item.room_id }}]</span>{{ item.title }}
+            </p>
             <p class="desc">{{ item.desc }}</p>
             <p class="time textOver">{{ item.create_time }}</p>
           </el-col>