From 5c2b139f43afffbca650b2378385d69c7cfc0879 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期一, 14 四月 2025 15:15:08 +0800
Subject: [PATCH] 代码模块优化

---
 rsf-admin/src/page/histories/taskLog/TaskLogPanel.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rsf-admin/src/page/taskLog/TaskLogPanel.jsx b/rsf-admin/src/page/histories/taskLog/TaskLogPanel.jsx
similarity index 98%
rename from rsf-admin/src/page/taskLog/TaskLogPanel.jsx
rename to rsf-admin/src/page/histories/taskLog/TaskLogPanel.jsx
index 5288345..ffdffc3 100644
--- a/rsf-admin/src/page/taskLog/TaskLogPanel.jsx
+++ b/rsf-admin/src/page/histories/taskLog/TaskLogPanel.jsx
@@ -4,7 +4,7 @@
     useTranslate,
     useRecordContext,
 } from 'react-admin';
-import PanelTypography from "../components/PanelTypography";
+import PanelTypography from "../../components/PanelTypography";
 import * as Common from '@/utils/common'
 
 const TaskLogPanel = () => {

--
Gitblit v1.9.1