diff --git a/src/pages/Users/index.tsx b/src/pages/Users/index.tsx index 2a67335..c77e7e8 100644 --- a/src/pages/Users/index.tsx +++ b/src/pages/Users/index.tsx @@ -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 = () => { }, { title: '密码', + required: true, dataIndex: 'password', valueType: 'text', },