From 9365876679475117b2ac24fda870e835a3f99309 Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Mon, 02 Sep 2024 19:55:54 +0800
Subject: [PATCH] 申请结案

---
 gz-customerSystem/src/views/register/handleFeedback/index.jsx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gz-customerSystem/src/views/register/handleFeedback/index.jsx b/gz-customerSystem/src/views/register/handleFeedback/index.jsx
index f07cc7f..4958df4 100644
--- a/gz-customerSystem/src/views/register/handleFeedback/index.jsx
+++ b/gz-customerSystem/src/views/register/handleFeedback/index.jsx
@@ -2,7 +2,7 @@
  * @Author: dminyi 1301963064@qq.com
  * @Date: 2024-08-09 09:59:43
  * @LastEditors: dminyi 1301963064@qq.com
- * @LastEditTime: 2024-08-28 14:38:20
+ * @LastEditTime: 2024-09-02 14:31:31
  * @FilePath: \gzDyh\gz-customerSystem\src\views\basicInformation\organization\index.jsx
  * @Description: 来访登记
  */
@@ -14,7 +14,7 @@
 import '../index.less';
 import { Typography, Steps, Tabs, Message } from '@arco-design/web-react';
 import { question, register, Matter, transfer } from '@/assets/images'
-import MatterDetali from '../matterDetail';
+import MatterDetail from '../matterDetail';
 import Handle from './component/handle';
 
 const Step = Steps.Step;
@@ -78,7 +78,7 @@
 								</div>
 							}
 							{tabsActive === '1' &&
-								<MatterDetali />
+								<MatterDetail />
 							}
 							{
 								tabsActive === '2' && <Typography.Paragraph style={style}>

--
Gitblit v1.8.0