Ver código fonte

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

凉纪 1 ano atrás
pai
commit
4658779454
1 arquivos alterados com 1 adições e 1 exclusões
  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