瀏覽代碼

删除条件

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