From 5a51d49437976e2fbb26e33231c00531fa3f8bff Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 14 五月 2024 14:04:28 +0800
Subject: [PATCH] #

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

diff --git a/src/pages/left/index.jsx b/src/pages/left/index.jsx
index 4922587..27b8158 100644
--- a/src/pages/left/index.jsx
+++ b/src/pages/left/index.jsx
@@ -6,7 +6,7 @@
 import Panel from '@/components/panel';
 
 import StockCharts from './components/stock-charts';
-import TaskCharts from './components/task-charts';
+import LocCharts from './components/loc-charts';
 import AgvCharts from './components/agv-charts';
 import CapacityCharts from './components/capacity-charts';
 
@@ -33,7 +33,7 @@
                     <StockCharts />
                 </Panel>
                 <Panel title="搴撳瓨绫诲瀷">
-                    <TaskCharts />
+                    <LocCharts />
                 </Panel>
                 <Panel title="AGV淇℃伅">
                     <AgvCharts />

--
Gitblit v1.9.1