张延森 6 years ago
parent
commit
7a1eb0f3d2
2 changed files with 1 additions and 2 deletions
  1. 0
    1
      src/views/followup/list.vue
  2. 1
    1
      src/views/lobby/list.vue

+ 0
- 1
src/views/followup/list.vue View File

@@ -176,7 +176,6 @@ export default {
176 176
     handleSizeChange(val) {
177 177
       // console.log(`每页 ${val} 条`)
178 178
       this.formInline.pageSize = val
179
-     c
180 179
     },
181 180
     handleCurrentChange(val) {
182 181
       // console.log(`当前页: ${val}`)

+ 1
- 1
src/views/lobby/list.vue View File

@@ -45,7 +45,7 @@
45 45
       align='center'>
46 46
     </el-table-column>
47 47
     <el-table-column label="头像" width="150" >
48
-           <template scope="scope">
48
+           <template slot-scope="scope">
49 49
               <img :src="scope.row.carImage" width="150" class="head_pic"/>
50 50
           </template>
51 51
     </el-table-column>