|
|
|
@ -6,6 +6,10 @@ export const columns: BasicColumn[] = [
@@ -6,6 +6,10 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
{ |
|
|
|
|
title: '执行环节', |
|
|
|
|
dataIndex: ['historicActivityInstance', 'activityName'], |
|
|
|
|
customRender: ({ record }) => { |
|
|
|
|
const activityName = record.historicActivityInstance?.activityName; |
|
|
|
|
return h(Tag, { color: 'processing' }, () => activityName || '结束'); |
|
|
|
|
}, |
|
|
|
|
width: 200, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|