#
luxiaotao1123
2024-09-10 8bd64cd6a3f8721c2b1eb4075e61a1d3381e4aa8
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