From afbd08deb5101d2f2ff97f66f4388162f38860a2 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 17 八月 2024 11:21:55 +0800
Subject: [PATCH] #

---
 src/pages/left/index.jsx |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/pages/left/index.jsx b/src/pages/left/index.jsx
index ac51b28..ede5a0b 100644
--- a/src/pages/left/index.jsx
+++ b/src/pages/left/index.jsx
@@ -5,13 +5,13 @@
 
 import Panel from '@/components/panel';
 
-import StockCharts from './components/stock-charts';
-import TaskCharts from './components/task-charts';
-// import AgvCharts from './components/agv-charts';
+import ActionCharts from './components/action-charts';
+import LocCharts from './components/loc-charts';
+import AgvCharts from './components/agv-charts';
 import CapacityCharts from './components/capacity-charts';
 
 const Left = () => {
-    const [isExpanded, setIsExpanded] = useState(false);
+    const [isExpanded, setIsExpanded] = useState(true);
 
     const containerAnimation = useSpring({
         transform: isExpanded ? 'translate(0%)' : 'translateX(-100%)',
@@ -29,15 +29,15 @@
             className={`absolute top-2 left-2 bottom-2 w-[280px] ${styles.panel}`}
         >
             <div className="h-full overflow-hidden">
-                <Panel title="搴撴埧鎯呭喌">
-                    <StockCharts />
+                <Panel title="涓�鍛ㄥ唴鍔ㄤ綔缁熻">
+                    <ActionCharts />
                 </Panel>
                 <Panel title="搴撳瓨绫诲瀷">
-                    <TaskCharts />
+                    <LocCharts />
                 </Panel>
                 <Panel title="AGV淇℃伅">
-                    {/* <AgvCharts /> */}
-                    <CapacityCharts />
+                    <AgvCharts />
+                    {/* <CapacityCharts /> */}
                 </Panel>
             </div>
             <div

--
Gitblit v1.9.1