浏览代码

文案修改

1
mo 4 年之前
父节点
当前提交
59679e6023
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/resetTeaming/components/archicesComponents/trainPlan.vue

+ 2 - 2
src/views/resetTeaming/components/archicesComponents/trainPlan.vue

@@ -260,7 +260,7 @@ export default {
         const res = await getCourseType(obj);
         if (!res.data || res.data.length <= 0) {
                 this.planList=[]
-          this.$message.error("当前学期暂无课程类型");
+          this.$message.error("当前班级暂无课程");
         } else {
           this.courseTypeList = [];
           res.data.forEach((course) => {
@@ -315,7 +315,7 @@ export default {
         this.planVisible = true;
         this.currentIndex = this.addIndex;
       } else {
-        this.$message.error("已添加所有课时规划");
+        this.$message.error("所有课程已规划");
       }
     },
     submitPlan() {