diff --git a/frontend/src/pages/Workflow/Instance/index.tsx b/frontend/src/pages/Workflow/Instance/index.tsx index 28b178dd..ae90041d 100644 --- a/frontend/src/pages/Workflow/Instance/index.tsx +++ b/frontend/src/pages/Workflow/Instance/index.tsx @@ -73,13 +73,14 @@ const WorkflowInstanceList: React.FC = () => { title: '操作', key: 'action', fixed: 'right', - width: 120, + width: 230, render: (_, record) => ( handleViewDetail(record)}>查看详情 {record?.lastExecutionStatus === 'RUNNING' && ( console.log('终止流程', record)}>终止流程 )} + handleViewDetail(record)}>历史执行 ), },