From fdca988cb219c42a686a457b2d4f2b2c589a5c39 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 09 九月 2024 16:23:16 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/page/user/UserList.jsx | 16 ++++------------
1 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/zy-acs-flow/src/page/user/UserList.jsx b/zy-acs-flow/src/page/user/UserList.jsx
index 4db3b37..d81b4d8 100644
--- a/zy-acs-flow/src/page/user/UserList.jsx
+++ b/zy-acs-flow/src/page/user/UserList.jsx
@@ -44,6 +44,7 @@
import * as Common from '@/utils/common';
import UserListAside from "./UserListAside";
import RolesField from './RolesField';
+import TreeSelectInput from "../components/TreeSelectInput";
const StyledDatagrid = styled(DatagridConfigurable)(({ theme }) => ({
'& .css-1vooibu-MuiSvgIcon-root': {
@@ -71,7 +72,6 @@
<DateInput label='common.time.before' source="timeEnd" alwaysOn />,
<TextInput source="username" label="table.field.user.username" />,
- <TextInput source="password" label="table.field.user.password" />,
<TextInput source="nickname" label="table.field.user.nickname" />,
<TextInput source="code" label="table.field.user.code" />,
<SelectInput source="sex" label="table.field.user.sex"
@@ -83,19 +83,11 @@
/>,
<TextInput source="phone" label="table.field.user.phone" />,
<TextInput source="email" label="table.field.user.email" />,
- <SelectInput source="emailVerified" label="table.field.user.emailVerified"
- choices={[
- { id: 0, name: '鍚�' },
- { id: 1, name: '鏄�' },
- ]}
- />,
- <ReferenceInput source="deptId" reference="dept">
- <AutocompleteInput label="table.field.user.deptId" optionText="name" />
- </ReferenceInput>,
+ // <ReferenceInput source="deptId" label="table.field.user.deptId" reference="dept">
+ // <AutocompleteInput label="table.field.user.deptId" optionText="name" />
+ // </ReferenceInput>,
<TextInput source="realName" label="table.field.user.realName" />,
<TextInput source="idCard" label="table.field.user.idCard" />,
- <TextInput source="birthday" label="table.field.user.birthday" />,
- <TextInput source="introduction" label="table.field.user.introduction" />,
<TextInput label="common.field.memo" source="memo" />,
<SelectInput
--
Gitblit v1.9.1