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)"