mirror of https://gitee.com/topiam/eiam
✨ 优化
parent
b863dce0ed
commit
08f8e7a932
|
@ -188,7 +188,7 @@ export default (props: UserListProps) => {
|
||||||
content={
|
content={
|
||||||
<>
|
<>
|
||||||
{record.primaryOrgDisplayPath && (
|
{record.primaryOrgDisplayPath && (
|
||||||
<Space key="primary_path">{record.primaryOrgDisplayPath}</Space>
|
<span>主组织:{record.primaryOrgDisplayPath}</span>
|
||||||
)}
|
)}
|
||||||
{record.orgDisplayPath && (
|
{record.orgDisplayPath && (
|
||||||
<Space key="path" direction="vertical" size="small" style={{ display: 'flex' }}>
|
<Space key="path" direction="vertical" size="small" style={{ display: 'flex' }}>
|
||||||
|
|
Loading…
Reference in New Issue