|
@@ -138,7 +138,7 @@ export default {
|
|
},
|
|
},
|
|
async toDelete(row) {
|
|
async toDelete(row) {
|
|
const confirm = await this.$confirm(
|
|
const confirm = await this.$confirm(
|
|
- `确定要删除教师【${row.teachClazzName}】吗?`,
|
|
|
|
|
|
+ `确定要删除教师【${row.userName}】吗?`,
|
|
"提示",
|
|
"提示",
|
|
{
|
|
{
|
|
type: "warning"
|
|
type: "warning"
|