Explorar el Código

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

凉纪 hace 1 año
padre
commit
4658779454
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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