From 55234d83d82c9777ec4bf15570259c0c3fc09631 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 18 九月 2024 13:32:03 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/page/loc/LocList.jsx |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/zy-acs-flow/src/page/loc/LocList.jsx b/zy-acs-flow/src/page/loc/LocList.jsx
index a576324..20bf815 100644
--- a/zy-acs-flow/src/page/loc/LocList.jsx
+++ b/zy-acs-flow/src/page/loc/LocList.jsx
@@ -42,6 +42,8 @@
 import MyField from "../components/MyField";
 import { PAGE_DRAWER_WIDTH, OPERATE_MODE } from '@/config/setting';
 import * as Common from '@/utils/common';
+import InitButton from "./InitButton";
+import RepartitionIcon from '@mui/icons-material/Repartition';
 
 const StyledDatagrid = styled(DatagridConfigurable)(({ theme }) => ({
     '& .css-1vooibu-MuiSvgIcon-root': {
@@ -120,6 +122,7 @@
                 actions={(
                     <TopToolbar>
                         <FilterButton />
+                        <InitButton label='page.loc.init' icon={<RepartitionIcon />} />
                         <MyCreateButton onClick={() => { setCreateDialog(true) }} />
                         <SelectColumnsButton preferenceKey='loc' />
                         <MyExportButton />

--
Gitblit v1.9.1