Browse Source

修改文字

lex-xin 4 years ago
parent
commit
8c4fded7d6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/components/Upload/index.vue
  2. 1 1
      src/views/main/constant.js

+ 1 - 1
src/components/Upload/index.vue

@@ -116,7 +116,7 @@ export default {
 
 
       }
       }
       if (!isLt2M) {
       if (!isLt2M) {
-        this.$message.error(`上传图片大小不能超过 ${isLt2M}MB!`);
+        this.$message.error(`上传图片大小不能超过 ${this.imageSizeM}MB!`);
       }
       }
       if (isImage && isLt2M && isSize) {
       if (isImage && isLt2M && isSize) {
         this.uploadImgLoading = true
         this.uploadImgLoading = true

+ 1 - 1
src/views/main/constant.js

@@ -47,7 +47,7 @@ export const descs = {
   NO_CLASS_MUSIC_GROUP_STUDENT_INFO: '进行中乐团不在班级中的在读学员提醒',
   NO_CLASS_MUSIC_GROUP_STUDENT_INFO: '进行中乐团不在班级中的在读学员提醒',
   COURSE_TIME_ERROR: '上课时间在00:00~06:00时间段内为时间安排异常',
   COURSE_TIME_ERROR: '上课时间在00:00~06:00时间段内为时间安排异常',
   TOTAL_AMOUNT:'总收入:现金收入 + 余额收入',
   TOTAL_AMOUNT:'总收入:现金收入 + 余额收入',
-  STUDENT_ERROR_LEAVE: '一个月内请假2次及以上',
+  STUDENT_ERROR_LEAVE: '近两个月单月请假2次及以上',
   STUDENT_ARREARAGE: '缴费项目中的学员未缴费'
   STUDENT_ARREARAGE: '缴费项目中的学员未缴费'
 }
 }