fix: 修复TODO列表中摘要字段的插槽配置,确保正确渲染

pull/113/head
ziye 2025-05-21 01:38:03 +08:00
parent a4839416fe
commit ec2716c81e
1 changed files with 3 additions and 3 deletions

View File

@ -81,9 +81,9 @@ export function useGridColumns<T = BpmTaskApi.TaskVO>(
field: 'processInstance.summary',
title: '摘要',
minWidth: 200,
// slots: {
// default: 'slot-summary',
// },
slots: {
default: 'slot-summary',
},
},
{
field: 'processInstance.startUser.nickname',