From c2d3132eab38dc7d884c6b832469ad07a6fc56ef Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Thu, 05 Sep 2024 21:24:35 +0800 Subject: [PATCH] style:办理反馈样式调整 --- gz-customerSystem/src/views/register/handleFeedback/component/CaseResult.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gz-customerSystem/src/views/register/handleFeedback/component/CaseResult.jsx b/gz-customerSystem/src/views/register/handleFeedback/component/CaseResult.jsx index 396f274..e48314f 100644 --- a/gz-customerSystem/src/views/register/handleFeedback/component/CaseResult.jsx +++ b/gz-customerSystem/src/views/register/handleFeedback/component/CaseResult.jsx @@ -9,7 +9,7 @@ import React, { useState } from 'react'; import { Modal, Form, Select, Upload, Input } from '@arco-design/web-react'; import { Col, Space, Button, Tooltip, Radio } from 'antd'; -import DocumentScanner from './FileUpLoad' +import DocumentScanner from '../../matterDetail/FileUpLoad' import { scan } from '@/assets/images/icon' import { tip, question1 } from '@/assets/images' import { NoHandleReason } from '../../visit/component/levelDetail' -- Gitblit v1.8.0