|
@@ -676,6 +676,7 @@ onMounted(function() {
|
|
<el-table-column prop="name" label="班级" />
|
|
<el-table-column prop="name" label="班级" />
|
|
<el-table-column label="操作">
|
|
<el-table-column label="操作">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
|
+ <el-button link type="success" @click="btnDetail(scope.row)">管理学生</el-button>
|
|
<el-button link type="primary" @click="btnDetail(scope.row)">编辑</el-button>
|
|
<el-button link type="primary" @click="btnDetail(scope.row)">编辑</el-button>
|
|
<el-popconfirm :title="`你确定删除${scope.row.name}吗?`" @confirm="btnDel(scope.row)">
|
|
<el-popconfirm :title="`你确定删除${scope.row.name}吗?`" @confirm="btnDel(scope.row)">
|
|
<template #reference>
|
|
<template #reference>
|