Browse Source

reset bug

zhangjie 2 năm trước cách đây
mục cha
commit
7927cd3089
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)"