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 (
+