From 9a062fb5149e583a4bca99ea8f260b9502bfc5d2 Mon Sep 17 00:00:00 2001 From: zhouhaibin Date: Sat, 12 Apr 2025 16:30:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9jyj?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/contractualNormalComponent.vue | 2 +- .../ContractualTasksTable.vue | 57 ------------------- 2 files changed, 1 insertion(+), 58 deletions(-) diff --git a/src/views/contractReview/ContractualAuditConfig/components/contractualNormalComponent.vue b/src/views/contractReview/ContractualAuditConfig/components/contractualNormalComponent.vue index 11eb4cb..abb636b 100644 --- a/src/views/contractReview/ContractualAuditConfig/components/contractualNormalComponent.vue +++ b/src/views/contractReview/ContractualAuditConfig/components/contractualNormalComponent.vue @@ -32,7 +32,7 @@ diff --git a/src/views/contractReview/ContractualTasks/ContractualTasksTable.vue b/src/views/contractReview/ContractualTasks/ContractualTasksTable.vue index d9338a1..07def9b 100644 --- a/src/views/contractReview/ContractualTasks/ContractualTasksTable.vue +++ b/src/views/contractReview/ContractualTasks/ContractualTasksTable.vue @@ -32,63 +32,6 @@ }, onClick: handleDetail.bind(null, record), }, - // { - // label: '下载', - // icon: IconEnum.DOWNLOAD, - // type: 'primary', - // color: 'success', - // ghost: true, - // ifShow: () => { - // if ( - // record.progressStatus != 'PENDING' && - // record.progressStatus != 'STARTED' && - // record.progressStatus != 'REVOKED' - // ) { - // return true; - // } else { - // return false; - // } - // }, - // onClick: handleDownload.bind(null, record), - // }, - // { - // label: '下载', - // icon: IconEnum.DOWNLOAD, - // type: 'primary', - // color: 'success', - // ghost: true, - // ifShow: () => { - // if ( - // record.progressStatus != 'PENDING' && - // record.progressStatus != 'STARTED' && - // record.progressStatus != 'REVOKED' - // ) { - // return true; - // } else { - // return false; - // } - // }, - // onClick: handleDownload.bind(null, record), - // }, - // { - // label: '终止任务', - // icon: IconEnum.DELETE, - // type: 'primary', - // danger: true, - // ghost: true, - // ifShow: () => { - // if (record.progressStatus == 'PENDING') { - // return true; - // } else { - // return false; - // } - // }, - // popConfirm: { - // placement: 'left', - // title: '是否终止当前任务?', - // confirm: handleStop.bind(null, record), - // }, - // }, ]" />