소스 검색

Merge remote-tracking branch 'origin/V0.0.5' into V0.0.5

凉纪 1 년 전
부모
커밋
4658779454
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/menu/training/index.vue

+ 1 - 1
src/views/menu/training/index.vue

@@ -384,7 +384,7 @@ export default {
       this.fieldValue = value
 
       switch (value) {
-        case '待培训':
+        case '待登记':
           this.statusValue = '0'
 
           break