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!)}> {{