Michael Wang 6 years ago
parent
commit
8e6d45070b

+ 1 - 1
src/modules/basic/view/campus.vue

@@ -458,7 +458,7 @@ export default {
           message: "请选择要启用的机构"
         });
       } else {
-        this.$confirm("是否启这些机构?", "提示", {
+        this.$confirm("是否启这些机构?", "提示", {
           confirmButtonText: "确定",
           cancelButtonText: "取消",
           type: "warning"

+ 4 - 4
src/modules/basic/view/course.vue

@@ -196,7 +196,7 @@
             <el-row>
               <el-form-item label="课程状态" prop="enable">
                 <el-radio-group class="pull_length" v-model="courseForm.enable">
-                  <el-radio label="true">启</el-radio>
+                  <el-radio label="true">启</el-radio>
                   <el-radio label="false">禁用</el-radio>
                 </el-radio-group>
               </el-form-item>
@@ -945,7 +945,7 @@ export default {
       if (this.selectedCourseIds.length === 0) {
         this.$notify({
           type: "warning",
-          message: "请选择要启的课程"
+          message: "请选择要启的课程"
         });
       } else {
         this.$confirm("是否启用这些课程?", "提示", {
@@ -957,7 +957,7 @@ export default {
           this.$httpWithMsg.put(url, {}).then(() => {
             this.$notify({
               type: "success",
-              message: "启成功!"
+              message: "启成功!"
             });
             this.searchForm();
           });
@@ -974,7 +974,7 @@ export default {
         this.$httpWithMsg.put(url, {}).then(() => {
           this.$notify({
             type: "success",
-            message: "启成功!"
+            message: "启成功!"
           });
           this.searchForm();
         });

+ 1 - 1
src/modules/basic/view/school.vue

@@ -462,7 +462,7 @@ export default {
           message: "请选择要启用的机构"
         });
       } else {
-        this.$confirm("是否启这些机构?", "提示", {
+        this.$confirm("是否启这些机构?", "提示", {
           confirmButtonText: "确定",
           cancelButtonText: "取消",
           type: "warning"

+ 3 - 0
src/modules/basic/view/specially.vue

@@ -908,6 +908,9 @@ export default {
   margin-top: 10px;
 }
 
+.input_width_lg {
+  width: 180px;
+}
 .pull_center {
   margin-left: 120px;
 }

+ 3 - 3
src/modules/basic/view/user.vue

@@ -879,7 +879,7 @@ export default {
       if (this.selectedUserIds.length === 0) {
         this.$notify({
           type: "warning",
-          message: "请选择要启的用户"
+          message: "请选择要启的用户"
         });
       } else {
         this.$confirm("是否启用这些用户?", "提示", {
@@ -891,7 +891,7 @@ export default {
           this.$httpWithMsg.put(url, {}).then(() => {
             this.$notify({
               type: "success",
-              message: "启成功!"
+              message: "启成功!"
             });
             return this.search();
           });
@@ -908,7 +908,7 @@ export default {
         this.$httpWithMsg.put(url, {}).then(() => {
           this.$notify({
             type: "success",
-            message: "启成功!"
+            message: "启成功!"
           });
           this.search();
         });