zhanghua
2024-12-24 f05801f2ee1f1d394f3b018255f5a84df5356a2e
src/views/class/index.vue
@@ -36,10 +36,7 @@
                        }}</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">{{
@@ -48,10 +45,7 @@
                            : ''
                    }}</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">
@@ -69,15 +63,9 @@
                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="">