Explorar el Código

【修改】调整

howie hace 2 años
padre
commit
bf885fd52f
Se han modificado 1 ficheros con 2 adiciones y 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="确定删除吗?"