style(系统设置): 修改组织项目创建人多tooltip提示问题

This commit is contained in:
xinxin.wu 2024-06-26 18:38:30 +08:00 committed by 刘瑞斌
parent d0ba57774a
commit d95a034f46
1 changed files with 3 additions and 2 deletions

View File

@ -196,14 +196,15 @@
title: 'system.organization.subordinateOrg',
dataIndex: 'organizationName',
showDrag: true,
showTooltip: true,
},
{
title: 'system.organization.creator',
slotName: 'creator',
width: 180,
width: 200,
showDrag: true,
dataIndex: 'createUser',
showTooltip: true,
showTooltip: false,
},
{
title: 'system.organization.createTime',