zhangjie před 2 roky
rodič
revize
ac99129e78
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)"