From c83a22f5fe0dbea5e06edc1b9678201c0cd837e1 Mon Sep 17 00:00:00 2001 From: xlsea Date: Thu, 11 Jul 2024 16:37:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(sj=5F1.1.0-beta3):=20=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=96=B0=E5=A2=9E=E5=88=A0=E9=99=A4=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/job/task/index.vue | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/src/views/job/task/index.vue b/src/views/job/task/index.vue index 803c0e2..d67a532 100644 --- a/src/views/job/task/index.vue +++ b/src/views/job/task/index.vue @@ -199,23 +199,17 @@ const { columnChecks, columns, data, getData, loading, mobilePagination, searchP edit(row.id!)}> {$t('common.edit')} - {hasAuth('R_ADMIN') ? ( - <> - - handleDelete(row.id!)}> - {{ - default: () => $t('common.confirmDelete'), - trigger: () => ( - - {$t('common.delete')} - - ) - }} - - - ) : ( - '' - )} + + handleDelete(row.id!)}> + {{ + default: () => $t('common.confirmDelete'), + trigger: () => ( + + {$t('common.delete')} + + ) + }} + ) }