From 6d21360f263ae282bfa7ca4533154aad66feeb53 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 16 五月 2024 09:07:39 +0800
Subject: [PATCH] #

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

diff --git a/src/pages/left/index.jsx b/src/pages/left/index.jsx
index 27b8158..19f6a17 100644
--- a/src/pages/left/index.jsx
+++ b/src/pages/left/index.jsx
@@ -5,7 +5,7 @@
 
 import Panel from '@/components/panel';
 
-import StockCharts from './components/stock-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';
@@ -29,8 +29,8 @@
             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="搴撳瓨绫诲瀷">
                     <LocCharts />

--
Gitblit v1.9.1