fix: 修复TODO列表中摘要字段的插槽配置,确保正确渲染
This commit is contained in:
@@ -81,9 +81,9 @@ export function useGridColumns<T = BpmTaskApi.TaskVO>(
|
|||||||
field: 'processInstance.summary',
|
field: 'processInstance.summary',
|
||||||
title: '摘要',
|
title: '摘要',
|
||||||
minWidth: 200,
|
minWidth: 200,
|
||||||
// slots: {
|
slots: {
|
||||||
// default: 'slot-summary',
|
default: 'slot-summary',
|
||||||
// },
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: 'processInstance.startUser.nickname',
|
field: 'processInstance.startUser.nickname',
|
||||||
|
|||||||
Reference in New Issue
Block a user