coys 1 anno fa
parent
commit
6314424716
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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