zhangjie 3 年 前
コミット
c94e0411ce
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/modules/exam/views/TaskApplyManage.vue

+ 2 - 2
src/modules/exam/views/TaskApplyManage.vue

@@ -160,8 +160,8 @@
             >
             <el-button
               v-if="
-                scope.row.auditStatus === 'AUDITING' &&
-                  scope.row.setup === 2 &&
+                scope.row.flowType === 'NEW' &&
+                  scope.row.approveCount === 2 &&
                   checkPrivilege('link', 'end')
               "
               class="btn-danger"