From 8877cd129a4dc36f7848101a78dbefe18263a6f8 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期日, 28 四月 2024 15:22:04 +0800
Subject: [PATCH] #

---
 src/pages/left/index.jsx |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/pages/left/index.jsx b/src/pages/left/index.jsx
index a669749..7977331 100644
--- a/src/pages/left/index.jsx
+++ b/src/pages/left/index.jsx
@@ -6,8 +6,9 @@
 import Panel from '@/components/panel';
 
 import StockCharts from './components/stock-charts';
-// import Task from './modules/Task';
-// import AgvPanel from './modules/AgvPanel';
+import TaskCharts from './components/task-charts';
+// import AgvCharts from './components/agv-charts';
+import CapacityCharts from './components/capacity-charts';
 
 const Left = () => {
     const [isExpanded, setIsExpanded] = useState(true);
@@ -33,10 +34,11 @@
                     <StockCharts />
                 </Panel>
                 <Panel title="搴撳瓨绫诲瀷">
-                    {/* <Task /> */}
+                    <TaskCharts />
                 </Panel>
                 <Panel title="AGV淇℃伅">
-                    {/* <AgvPanel /> */}
+                    {/* <AgvCharts /> */}
+                    <CapacityCharts />
                 </Panel>
             </div>
             <div

--
Gitblit v1.9.1