style(系统设置): 修改组织项目创建人多tooltip提示问题
This commit is contained in:
parent
d0ba57774a
commit
d95a034f46
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue