1
This commit is contained in:
parent
df3f6017f2
commit
99bee5f162
@ -73,13 +73,14 @@ const WorkflowInstanceList: React.FC = () => {
|
||||
title: '操作',
|
||||
key: 'action',
|
||||
fixed: 'right',
|
||||
width: 120,
|
||||
width: 230,
|
||||
render: (_, record) => (
|
||||
<Space size="middle">
|
||||
<a onClick={() => handleViewDetail(record)}>查看详情</a>
|
||||
{record?.lastExecutionStatus === 'RUNNING' && (
|
||||
<a onClick={() => console.log('终止流程', record)}>终止流程</a>
|
||||
)}
|
||||
<a onClick={() => handleViewDetail(record)}>历史执行</a>
|
||||
</Space>
|
||||
),
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user