wuhongyuq 5 years ago
parent
commit
aef1877d6e
1 changed files with 1 additions and 1 deletions
  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';
         },
       },
     ],