|
@@ -634,7 +634,7 @@ export default {
|
|
|
deleteStudent(id, state) {
|
|
|
state = 0;
|
|
|
let params = [{ uid: id, state: state }];
|
|
|
- this.$confirm("确定" + "删除" + "此学生吗?", "提示", {
|
|
|
+ this.$confirm("确定" + "删除" + "此教师吗?", "提示", {
|
|
|
confirmButtonText: "确定",
|
|
|
cancelButtonText: "取消",
|
|
|
type: "warning",
|