Browse Source

04/11 13:24

111
Xiao_Mo 5 years ago
parent
commit
41ae2841e7
1 changed files with 6 additions and 2 deletions
  1. 6 2
      src/views/vipClass/vipDetail/components/teacherRecord.vue

+ 6 - 2
src/views/vipClass/vipDetail/components/teacherRecord.vue

@@ -65,9 +65,13 @@
     <!-- 列表 -->
     <div class="tableWrap">
       <el-table :data='tableList'>
+          <el-table-column align='center'
+                         label="课程编号"
+                         prop="id">
+        </el-table-column>
         <el-table-column align='center'
                          label="上课时间"
-                         width="300px"
+                         width="250px"
                          prop="startClassTime">
           <template slot-scope="scope">
             <!--  {{ scope.row.classDate }} {{ scope.row.startClassTime ? scope.row.startClassTime.substr(0, 5) : '' }}-{{ scope.row.endClassTime ? scope.row.endClassTime.substr(0, 5) : '' }} -->
@@ -135,7 +139,7 @@
           </template>
         </el-table-column>
         <el-table-column align='center'
-                         label="操作">
+                         label="操作" width="200">
           <template slot-scope="scope">
             <div>
               <el-button type="text"