1
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -8,6 +8,6 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
<script src="/umi.90249585.js"></script>
|
<script src="/umi.fcc02376.js"></script>
|
||||||
|
|
||||||
</body></html>
|
</body></html>
|
||||||
1
dist/src__pages__system__role__index.c67dccce.async.js
vendored
Normal file
1
dist/src__pages__system__role__index.c67dccce.async.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
dist/umi.90249585.js → dist/umi.fcc02376.js
vendored
2
dist/umi.90249585.js → dist/umi.fcc02376.js
vendored
File diff suppressed because one or more lines are too long
@@ -104,13 +104,13 @@ const RoleTableList: React.FC = () => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '角色状态',
|
title: '角色状态',
|
||||||
dataIndex: 'status',
|
dataIndex: 'statusName',
|
||||||
valueType: 'text',
|
valueType: 'text',
|
||||||
search: false,
|
search: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '创建时间',
|
title: '创建时间',
|
||||||
dataIndex: 'status',
|
dataIndex: 'createTime',
|
||||||
search: false,
|
search: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -142,19 +142,19 @@ const LogTableList: React.FC = () => {
|
|||||||
title: '用户名',
|
title: '用户名',
|
||||||
dataIndex: 'userName',
|
dataIndex: 'userName',
|
||||||
valueType: 'text',
|
valueType: 'text',
|
||||||
search: false,
|
search: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '用户昵称',
|
title: '用户昵称',
|
||||||
dataIndex: 'nickName',
|
dataIndex: 'nickName',
|
||||||
valueType: 'text',
|
valueType: 'text',
|
||||||
search: false,
|
search: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '手机号',
|
title: '手机号',
|
||||||
dataIndex: 'phone',
|
dataIndex: 'phone',
|
||||||
valueType: 'text',
|
valueType: 'text',
|
||||||
search: false,
|
search: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '钱包',
|
title: '钱包',
|
||||||
@@ -178,7 +178,7 @@ const LogTableList: React.FC = () => {
|
|||||||
title: '邀请码',
|
title: '邀请码',
|
||||||
dataIndex: 'shareCode',
|
dataIndex: 'shareCode',
|
||||||
valueType: 'text',
|
valueType: 'text',
|
||||||
search: false,
|
search: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '状态',
|
title: '状态',
|
||||||
|
|||||||
Reference in New Issue
Block a user