소스 검색

删除条件

liushengqiang 2 년 전
부모
커밋
5a2fa26da9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/littleArtistCamp/index.vue

+ 1 - 1
src/views/littleArtistCamp/index.vue

@@ -176,7 +176,7 @@
                 </auth>
                 <auth
                   auths="tempLittleArtistTrainingCamp/delete"
-                  v-if="scope.row.state == 'READY'"
+                  v-if="scope.row.state == 'READY' || scope.row.state == 'NOT_START'"
                 >
                   <el-button type="text" @click="deleteCamp(scope.row)"
                     >删除</el-button