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> type='primary'>保存修改</Button>
</Col></Row> </Col></Row>
</Card> </Card>
: <Card title={`[]功能范围`} bordered={false} bodyStyle={{ padding: 8, paddingTop: 24 }}> : <Empty />
<Empty />
</Card>
} }
</Spin> </Spin>
</div> </div>

Loading…
Cancel
Save