@@ -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
)
},