From 85359f553334d84a8b9b15ad0b7991d7668419e1 Mon Sep 17 00:00:00 2001 From: opensnail <598092184@qq.com> Date: Sat, 1 Jun 2024 10:46:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(sj=5F1.0.0=5Fbeta3):=20=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E6=89=B9=E6=AC=A1=E9=A1=B5=E9=9D=A2=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workflow/batch/index.vue | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/views/workflow/batch/index.vue b/src/views/workflow/batch/index.vue index 943651c..a640a4f 100644 --- a/src/views/workflow/batch/index.vue +++ b/src/views/workflow/batch/index.vue @@ -32,7 +32,18 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP key: 'id', title: $t('common.index'), align: 'center', - width: 120 + width: 120, + render: row => { + function showDetailDrawer() { + detail(row.id!); + } + + return ( + + {row.id} + + ); + } }, { key: 'workflowName', @@ -102,9 +113,6 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP width: 130, render: row => (
- detail(row.id!)}> - {$t('common.detail')} - {row?.taskBatchStatus === 1 || row?.taskBatchStatus === 2 ? ( handleStop(row.id!)}> {{