| | |
| | | }}</el-link> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="班级人数" width="200"> |
| | | <template slot-scope="scope" |
| | | >{{ scope.row.playerCount }} 人</template |
| | | > |
| | | <el-table-column label="班级人数" width="200" prop="playerCount"> |
| | | </el-table-column> |
| | | <el-table-column label="课包/会员卡" width="200"> |
| | | <template slot-scope="scope">{{ |
| | |
| | | : '' |
| | | }}</template> |
| | | </el-table-column> |
| | | <el-table-column label="教师" width=""> |
| | | <template slot-scope="scope">{{ |
| | | concatenateArray(scope.row.team.sessionStaffs) |
| | | }}</template> |
| | | <el-table-column label="教师" width="" prop="sessionStaffs"> |
| | | </el-table-column> |
| | | <el-table-column label="操作" width="200"> |
| | | <template slot-scope="scope"> |
| | |
| | | height="100%" |
| | | v-else |
| | | > |
| | | <el-table-column label="班级名称"> |
| | | <template slot-scope="scope" |
| | | >{{ scope.row.name }} |
| | | </template> |
| | | <el-table-column label="班级名称" prop="name"> |
| | | </el-table-column> |
| | | <el-table-column label="停用时间"> |
| | | <template slot-scope="scope" |
| | | >{{ scope.row.modifyTime }} |
| | | </template> |
| | | <el-table-column label="停用时间" prop="modifyTime"> |
| | | </el-table-column> |
| | | <el-table-column label="操作" width="200"> |
| | | <template slot-scope=""> |