lsc 2 年之前
父節點
當前提交
e1203f46da
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      src/components/pages/class.vue
  2. 2 2
      src/components/pages/classGM.vue

+ 2 - 2
src/components/pages/class.vue

@@ -83,7 +83,7 @@
       </div>
     </div>
     <el-dialog
-      title="添加学生"
+      title="添加班级"
       :visible.sync="dialogVisible"
       :append-to-body="true"
       width="25%"
@@ -234,7 +234,7 @@ export default {
         id: id,
       };
       if (this.time()) {
-        this.$confirm("确定删除此课程吗?", "提示", {
+        this.$confirm("确定删除此班级吗?", "提示", {
           confirmButtonText: "确定",
           cancelButtonText: "取消",
           type: "warning",

+ 2 - 2
src/components/pages/classGM.vue

@@ -90,7 +90,7 @@
       </div>
     </div>
     <el-dialog
-      title="添加学生"
+      title="添加班级"
       :visible.sync="dialogVisible"
       :append-to-body="true"
       width="25%"
@@ -241,7 +241,7 @@ export default {
         id: id,
       };
       if (this.time()) {
-        this.$confirm("确定删除此课程吗?", "提示", {
+        this.$confirm("确定删除此班级吗?", "提示", {
           confirmButtonText: "确定",
           cancelButtonText: "取消",
           type: "warning",