Browse Source

权限管理优化

master
liujiangyong 2 years ago
parent
commit
0943a38159
  1. 4
      web/client/src/sections/organization/containers/authority.js

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

@ -132,9 +132,7 @@ const Authority = (props) => {
type='primary'>保存修改</Button>
</Col></Row>
</Card>
: <Card title={`[]功能范围`} bordered={false} bodyStyle={{ padding: 8, paddingTop: 24 }}>
<Empty />
</Card>
: <Empty />
}
</Spin>
</div>

Loading…
Cancel
Save