瀏覽代碼

reset bug

zhangjie 2 年之前
父節點
當前提交
7927cd3089
共有 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 || curTab === 'all'"
+              v-if="!scope.row.enable"
               class="btn-primary"
               type="text"
               @click="toScan(scope.row)"