style(系统设置): 修改组织项目创建人多tooltip提示问题
This commit is contained in:
parent
d0ba57774a
commit
d95a034f46
|
@ -196,14 +196,15 @@
|
||||||
title: 'system.organization.subordinateOrg',
|
title: 'system.organization.subordinateOrg',
|
||||||
dataIndex: 'organizationName',
|
dataIndex: 'organizationName',
|
||||||
showDrag: true,
|
showDrag: true,
|
||||||
|
showTooltip: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'system.organization.creator',
|
title: 'system.organization.creator',
|
||||||
slotName: 'creator',
|
slotName: 'creator',
|
||||||
width: 180,
|
width: 200,
|
||||||
showDrag: true,
|
showDrag: true,
|
||||||
dataIndex: 'createUser',
|
dataIndex: 'createUser',
|
||||||
showTooltip: true,
|
showTooltip: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'system.organization.createTime',
|
title: 'system.organization.createTime',
|
||||||
|
|
Loading…
Reference in New Issue