From 7d978fa8fc6e0adb86203ed469075981058f0627 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 09 九月 2024 13:48:39 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/page/user/UserList.jsx |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/zy-acs-flow/src/page/user/UserList.jsx b/zy-acs-flow/src/page/user/UserList.jsx
index cf2aa17..6536a15 100644
--- a/zy-acs-flow/src/page/user/UserList.jsx
+++ b/zy-acs-flow/src/page/user/UserList.jsx
@@ -42,6 +42,7 @@
 import MyField from "../components/MyField";
 import { PAGE_DRAWER_WIDTH, OPERATE_MODE } from '@/config/setting';
 import * as Common from '@/utils/common';
+import UserListAside from "./UserListAside";
 
 const StyledDatagrid = styled(DatagridConfigurable)(({ theme }) => ({
     '& .css-1vooibu-MuiSvgIcon-root': {
@@ -131,6 +132,7 @@
                     </TopToolbar>
                 )}
                 perPage={25}
+                aside={<UserListAside />}
             >
                 <StyledDatagrid
                     preferenceKey='user'

--
Gitblit v1.9.1