From 4005de6e40170d71184033c26f2e3ced8970a8a4 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 09 九月 2024 16:12:22 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/page/user/UserEdit.jsx | 22 ++++++----------------
1 files changed, 6 insertions(+), 16 deletions(-)
diff --git a/zy-acs-flow/src/page/user/UserEdit.jsx b/zy-acs-flow/src/page/user/UserEdit.jsx
index b236f19..6105494 100644
--- a/zy-acs-flow/src/page/user/UserEdit.jsx
+++ b/zy-acs-flow/src/page/user/UserEdit.jsx
@@ -71,36 +71,32 @@
autoFocus
validate={required()}
/>
- </Stack>
- <Stack direction='row' gap={2}>
+ {/* <Stack direction='row' gap={2}>
<TextInput
label="table.field.user.password"
source="password"
parse={v => v}
/>
- </Stack>
- <Stack direction='row' gap={2}>
+ </Stack> */}
<TextInput
label="table.field.user.nickname"
source="nickname"
parse={v => v}
/>
</Stack>
- <Stack direction='row' gap={2}>
+ {/* <Stack direction='row' gap={2}>
<TextInput
label="table.field.user.avatar"
source="avatar"
parse={v => v}
/>
- </Stack>
+ </Stack> */}
<Stack direction='row' gap={2}>
<TextInput
label="table.field.user.code"
source="code"
parse={v => v}
/>
- </Stack>
- <Stack direction='row' gap={2}>
<SelectInput
label="table.field.user.sex"
source="sex"
@@ -117,15 +113,13 @@
source="phone"
parse={v => v}
/>
- </Stack>
- <Stack direction='row' gap={2}>
<TextInput
label="table.field.user.email"
source="email"
parse={v => v}
/>
</Stack>
- <Stack direction='row' gap={2}>
+ {/* <Stack direction='row' gap={2}>
<SelectInput
label="table.field.user.emailVerified"
source="emailVerified"
@@ -134,7 +128,7 @@
{ id: 1, name: '鏄�' },
]}
/>
- </Stack>
+ </Stack> */}
<Stack direction='row' gap={2}>
<ReferenceInput
source="deptId"
@@ -152,8 +146,6 @@
source="realName"
parse={v => v}
/>
- </Stack>
- <Stack direction='row' gap={2}>
<TextInput
label="table.field.user.idCard"
source="idCard"
@@ -166,8 +158,6 @@
source="birthday"
parse={v => v}
/>
- </Stack>
- <Stack direction='row' gap={2}>
<TextInput
label="table.field.user.introduction"
source="introduction"
--
Gitblit v1.9.1