课程迁移调整

This commit is contained in:
fan 2021-01-08 17:55:42 +08:00
parent c6b81eada0
commit be8821435b

View File

@ -53,7 +53,7 @@
<el-table-column prop="departmentName" label="班级" />
<el-table-column label="操作">
<template slot-scope="scope">
<el-button type="text" @click="handleDelete(scope.$index, scope.row)">删除</el-button>
<el-button type="text" @click="handleDelete(scope.$index, scope.row)">移出班级</el-button>
</template>
</el-table-column>
</el-table>