From 27fb65ba5c31fbbad4c17166a72901d8db80ae03 Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Wed, 04 Sep 2024 19:18:56 +0800 Subject: [PATCH] 联调办理反馈接口 --- gz-customerSystem/src/views/register/eventFlow/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gz-customerSystem/src/views/register/eventFlow/index.jsx b/gz-customerSystem/src/views/register/eventFlow/index.jsx index 17dd752..f9bbea1 100644 --- a/gz-customerSystem/src/views/register/eventFlow/index.jsx +++ b/gz-customerSystem/src/views/register/eventFlow/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-08-31 17:13:53 * @FilePath: \gzDyh\gz-customerSystem\src\views\basicInformation\organization\index.jsx * @Description: 来访登记 */ @@ -15,7 +15,7 @@ import { Button, Steps, Tabs, Message } from '@arco-design/web-react'; import { question, register, Matter, transfer } from '@/assets/images' import EventFlow from './component/EventFlow'; -import MatterDetali from '../matterDetail'; +import MatterDetail from '../matterDetail'; const Step = Steps.Step; const TabPane = Tabs.TabPane; @@ -74,7 +74,7 @@ </div> } {tabsActive === '1' && - <MatterDetali /> + <MatterDetail /> } { (tabsActive === '2' && current === 2) && <EventFlow /> -- Gitblit v1.8.0