From 27c500e950ec36823eea794f4945881224a9c521 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sun, 9 Aug 2020 12:39:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/views/Download.vue | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/renderer/views/Download.vue b/src/renderer/views/Download.vue index 5d7c74ab..77a327df 100644 --- a/src/renderer/views/Download.vue +++ b/src/renderer/views/Download.vue @@ -29,7 +29,6 @@ div(:class="$style.download") :start-btn="!item.isComplate && item.status != downloadStatus.WAITING && (item.status != downloadStatus.RUN)" :pause-btn="!item.isComplate && (item.status == downloadStatus.RUN || item.status == downloadStatus.WAITING)" :list-add-btn="false" :play-btn="item.status == downloadStatus.COMPLETED" :search-btn="item.status == downloadStatus.ERROR" @btn-click="handleListBtnClick") - //- material-flow-btn(:show="isShowEditBtn" :play-btn="false" :download-btn="false" :add-btn="false" :start-btn="true" :pause-btn="true" @btn-click="handleFlowBtnClick") material-menu(:menus="listItemMenu" :location="listMenu.menuLocation" item-name="name" :isShow="listMenu.isShowItemMenu" @menu-click="handleListItemMenuClick") div(:class="$style.noItem" v-else) @@ -47,7 +46,6 @@ export default { clickTime: window.performance.now(), clickIndex: -1, selectdData: [], - // isShowEditBtn: false, isShowDownloadMultiple: false, tabId: 'all', keyEvent: { @@ -166,14 +164,6 @@ export default { }, }, watch: { - selectdData(n) { - const len = n.length - if (len) { - this.isShowEditBtn = true - } else { - this.isShowEditBtn = false - } - }, list() { this.removeAllSelect() },