|
@@ -931,8 +931,8 @@ export default {
|
|
|
deleteStudent(id, state) {
|
|
|
state = 0;
|
|
|
let params = [{ uid: id, state: state }];
|
|
|
- this.$confirm("确定" + "删除" + "此教师吗?", "提示", {
|
|
|
- confirmButtonText: "确定",
|
|
|
+ this.$confirm("此教师账号包含课程修改及授课数据,删除教师将导致数据丢失,是否继续执行相关操作?", "提示", {
|
|
|
+ confirmButtonText: "确定删除",
|
|
|
cancelButtonText: "取消",
|
|
|
type: "warning"
|
|
|
})
|