snow 2 vuotta sitten
vanhempi
commit
37a51bff7b
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      src/views/sellOut/sellAfterApply/detail.vue

+ 1 - 2
src/views/sellOut/sellAfterApply/detail.vue

@@ -324,8 +324,7 @@ export default {
     isHasPermission({ status, process }){
       return (
         status === String(this.sitem.status) 
-
-        // && this.ppowers.includes(process) && !this.isSupertube
+        && this.ppowers.includes(process) && !this.isSupertube
       )
     
     },