zhangjie hace 2 años
padre
commit
ac99129e78
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)"