| | |
| | | element-loading-text="Loading" |
| | | fit |
| | | > |
| | | <el-table-column label="学员"> |
| | | <el-table-column label="课程"> |
| | | <template slot-scope=""> xxxxx </template> |
| | | </el-table-column> |
| | | <el-table-column label="时间" width="80"> |
| | | <template slot-scope=""> 男 </template> |
| | | </el-table-column> |
| | | <el-table-column label="标题" width="200"> |
| | | <el-table-column label="学员数" width="200"> |
| | | <template slot-scope=""> 10086 </template> |
| | | </el-table-column> |
| | | <el-table-column label="点评老师" width="200"> |
| | | <el-table-column label="已记录数" width="200"> |
| | | <template slot-scope=""> asfiaf </template> |
| | | </el-table-column> |
| | | <el-table-column label="操作" width=""> |
| | | <template slot-scope=""> 查看 </template> |
| | | <template slot-scope=""> 记录 </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | </el-tab-pane> |