feat: 完成角色表、权限表、社会用户表的页面设计
This commit is contained in:
@@ -36,7 +36,7 @@ const handleAdd = async (fields: API.UserInfo) => {
|
||||
/**
|
||||
* 更新节点
|
||||
* @param fields
|
||||
|
||||
*/
|
||||
const handleUpdate = async (fields: FormValueType) => {
|
||||
const hide = message.loading('正在配置');
|
||||
try {
|
||||
@@ -60,7 +60,7 @@ const handleUpdate = async (fields: FormValueType) => {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
*/
|
||||
|
||||
/**
|
||||
* 删除节点
|
||||
* @param selectedRows
|
||||
@@ -121,6 +121,7 @@ const User: React.FC<unknown> = () => {
|
||||
},
|
||||
{
|
||||
title: '密码',
|
||||
required: true,
|
||||
dataIndex: 'password',
|
||||
valueType: 'text',
|
||||
},
|
||||
|
Reference in New Issue
Block a user