完善授权凭证授权

This commit is contained in:
dushixiang
2021-01-15 19:17:10 +08:00
parent f4ec963f85
commit f38c77c202
11 changed files with 261 additions and 58 deletions

View File

@ -6,10 +6,8 @@ import {
Button,
Col,
Divider,
Dropdown,
Input,
Layout,
Menu,
Modal,
PageHeader,
Row,
@ -271,7 +269,7 @@ class User extends Component {
key: 'role',
render: (role, record) => {
if (role === 'normal') {
if (role === 'user') {
return (
<Tag>普通用户</Tag>
);