Browse Source

用户列表

master
wenlele 2 years ago
parent
commit
315dceea12
  1. 2
      web/client/src/sections/organization/containers/authority.js

2
web/client/src/sections/organization/containers/authority.js

@ -78,7 +78,7 @@ const Authority = (props) => {
</Card>
</Col>
<Col span={4} style={{ height: '100%', }}>
<Card title={`[${depSelected}] 用户列表`} bordered={false} bodyStyle={{ padding: 8, paddingTop: 24 }}>
<Card title={(depSelected ? `[${depSelected}]` : "") + '用户列表'} bordered={false} bodyStyle={{ padding: 8, paddingTop: 24 }}>
{
depUser.length ?
<Tree

Loading…
Cancel
Save