From 74951b822f175acbd0d92d25ac74bcdde570bb2e Mon Sep 17 00:00:00 2001 From: chizhehui Date: Fri, 12 Jul 2024 19:01:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E6=88=90=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E8=A1=A8=E3=80=81=E6=9D=83=E9=99=90=E8=A1=A8=E3=80=81=E7=A4=BE?= =?UTF-8?q?=E4=BC=9A=E7=94=A8=E6=88=B7=E8=A1=A8=E7=9A=84=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=AE=BE=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Users/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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', },