课程迁移调整
This commit is contained in:
parent
c6b81eada0
commit
be8821435b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user