wuhongyuq 5 anni fa
parent
commit
aef1877d6e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/teacher/index.vue

+ 1 - 1
src/views/teacher/index.vue

@@ -50,7 +50,7 @@ export default {
         icon: 'el-icon-s-order',
         method: 'select',
         display: item => {
-          return item.state === '2' || item.state === '3';
+          return item.status === '2' || item.status === '3';
         },
       },
     ],