zhangjie 2 년 전
부모
커밋
ac99129e78
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/modules/client/views/TaskManage.vue

+ 1 - 1
src/modules/client/views/TaskManage.vue

@@ -97,7 +97,7 @@
         >
           <template slot-scope="scope">
             <el-button
-              v-if="!scope.row.enable"
+              v-if="!scope.row.enable || curTab === 'all'"
               class="btn-primary"
               type="text"
               @click="toScan(scope.row)"