From 9776a87bb29d147da919cedb3e4f897263f2b499 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 10 九月 2024 13:11:09 +0800 Subject: [PATCH] # --- zy-acs-flow/src/page/user/UserCreate.jsx | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/zy-acs-flow/src/page/user/UserCreate.jsx b/zy-acs-flow/src/page/user/UserCreate.jsx index bc043cc..94be17b 100644 --- a/zy-acs-flow/src/page/user/UserCreate.jsx +++ b/zy-acs-flow/src/page/user/UserCreate.jsx @@ -139,10 +139,16 @@ /> </Grid> <Grid item xs={6} display="flex" gap={1}> - <PasswordInput source="password" /> + <PasswordInput + label="table.field.user.password" + source="password" + /> </Grid> <Grid item xs={6} display="flex" gap={1}> - <PasswordInput source="confirmPassword" /> + <PasswordInput + label="table.field.user.confirmPwd" + source="confirmPassword" + /> </Grid> <Grid item xs={6} display="flex" gap={1}> <SelectInput -- Gitblit v1.9.1