snow 2 年 前
コミット
37a51bff7b
1 ファイル変更1 行追加2 行削除
  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
       )
     
     },