소스 검색

Merge branch '04/19-newPermission' into test

mo 4 년 전
부모
커밋
0c360b0467
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      src/views/teamBuild/signupList.vue

+ 7 - 7
src/views/teamBuild/signupList.vue

@@ -305,18 +305,18 @@
             fixed="right"
             width="240"
             align="center"
-
+             v-if="
+              status == 'PAY' ||
+              status == 'APPLY' ||
+              status == 'PROGRESS' ||
+              status == 'PREPARE'
+            "
           >
           <!--  v-show="
               status == 'PAY' || status == 'PROGRESS' || status == 'PREPARE' || status=='APPLY'
             " -->
             <template slot-scope="scope">
-              <div   v-show="
-              status == 'PAY' ||
-              status == 'APPLY' ||
-              status == 'PROGRESS' ||
-              status == 'PREPARE'
-            ">
+              <div  >
                 <auth :auths="'studentRegistration/batchUpdateSubject'">
                   <el-button
                     type="text"