Browse Source

fix: 按钮权限

zh 2 years ago
parent
commit
00cf0e80e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/supply/apply/engin_list.vue

+ 1 - 1
src/views/supply/apply/engin_list.vue

@@ -330,7 +330,7 @@ export default {
             (row.examineStatus === 'SAVE' || row.examineStatus === 'FAIL') &&
             row.type === 1) || (this.isCustomer &&
                 !row.automaticStatus &&
-                (row.examineStatus === 'WAIT' || row.examineStatus === 'FAIL') &&
+                (row.examineStatus === 'SAVE' || row.examineStatus === 'FAIL') &&
                 row.type != 2 &&
                 row.type !== 1) ? (
                 <el-button