Explorar o código

【修改】调整

howie %!s(int64=2) %!d(string=hai) anos
pai
achega
bf885fd52f
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/supply/apply/apply_list.vue

+ 2 - 1
src/views/supply/apply/apply_list.vue

@@ -450,7 +450,8 @@
                   v-if="
                     $checkBtnRole('del', $route.meta.roles) &&
                     !scope.row.automaticStatus &&
-                    scope.row.examineStatus !== 'OK'
+                    scope.row.type == 2 &&
+                    (scope.row.examineStatus !== 'OK' || scope.row.examineStatus === 'SAVE')
                   "
                   style="margin-left: 10px"
                   title="确定删除吗?"