From 96683973f49ab36ba04b50333d4f2bc015a70012 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 09 五月 2024 15:38:00 +0800
Subject: [PATCH] #
---
src/pages/right/index.jsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/right/index.jsx b/src/pages/right/index.jsx
index 168e2c2..576c077 100644
--- a/src/pages/right/index.jsx
+++ b/src/pages/right/index.jsx
@@ -6,7 +6,7 @@
import Panel from '@/components/panel';
-// import Allerway from './components/Allerway';
+import InOutCharts from './components/inout-charts';
import StatCharts from './components/stat-charts';
import TaskCharts from './components/task-charts';
// import Handles from './components/Handles';
@@ -32,7 +32,7 @@
>
<div className="overflow-hidden h-full">
<Panel title="鍑哄叆搴撲俊鎭�">
- {/* <Allerway /> */}
+ <InOutCharts />
</Panel>
<Panel title="鍑哄叆搴撶粺璁�">
<StatCharts />
--
Gitblit v1.9.1