zhangjie 2 lat temu
rodzic
commit
ac99129e78
1 zmienionych plików z 1 dodań i 1 usunięć
  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)"