From 7d25d293acb4e901402ca2ec1d933518d6c29cf7 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 10 五月 2024 16:33:24 +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 ac51b28..9be5251 100644
--- a/src/pages/left/index.jsx
+++ b/src/pages/left/index.jsx
@@ -7,7 +7,7 @@
import StockCharts from './components/stock-charts';
import TaskCharts from './components/task-charts';
-// import AgvCharts from './components/agv-charts';
+import AgvCharts from './components/agv-charts';
import CapacityCharts from './components/capacity-charts';
const Left = () => {
@@ -36,8 +36,8 @@
<TaskCharts />
</Panel>
<Panel title="AGV淇℃伅">
- {/* <AgvCharts /> */}
- <CapacityCharts />
+ <AgvCharts />
+ {/* <CapacityCharts /> */}
</Panel>
</div>
<div
--
Gitblit v1.9.1