From a462a0027b136b82a3b77a71fd80b3576ebbb7aa Mon Sep 17 00:00:00 2001 From: xiaochaihu <2521303550@qq.com> Date: Sat, 29 Mar 2025 19:02:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(1.5.0-beta1):=201.=E9=87=8D=E8=AF=95?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=BE=BE=E5=88=B0=E6=9C=80=E5=A4=A7=E9=87=8D?= =?UTF-8?q?=E8=AF=95=E6=AC=A1=E6=95=B0=E5=90=8E=E5=8F=AF=E4=BB=A5=E6=89=8B?= =?UTF-8?q?=E5=8A=A8=E6=89=A7=E8=A1=8C=202.=E4=BC=98=E5=8C=96=E9=87=8D?= =?UTF-8?q?=E8=AF=95=E5=88=97=E8=A1=A8=E6=9B=B4=E5=A4=9A=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E7=9A=84=E4=B8=8B=E6=8B=89=E6=A1=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/retry/info/index.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/views/retry/info/index.vue b/src/views/retry/info/index.vue index 46afc68..6f78ca0 100644 --- a/src/views/retry/info/index.vue +++ b/src/views/retry/info/index.vue @@ -175,16 +175,11 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP fixed: 'right', render: row => { const options = [ - { - type: 'divider', - key: 'd2', - show: row.retryStatus !== 1 && row.retryStatus !== 2 - }, { label: $t('common.execute'), key: 'execute', type: 'render', - show: row.retryStatus !== 1 && row.retryStatus !== 2, + show: row.retryStatus !== 1, render: () => (
handleExecute(row.groupName!, row.id! as any)}> @@ -280,8 +275,8 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP key: 'd2' }, { - type: 'render', key: 'delete', + type: 'render', render: () => (
handleDelete(row.groupName!, row.id!)}>