소스 검색

删除文案

yuanyiming 1 년 전
부모
커밋
fd73e70d87
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/pages/sz/teacher.vue

+ 2 - 2
src/components/pages/sz/teacher.vue

@@ -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"
       })