forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-10 e8410f952f7798342c1888d8393862545fb2af6d
gz-customerSystem/src/views/register/matterDetail/fileMessage.jsx
@@ -1,6 +1,6 @@
import React, { useEffect, useState } from 'react';
import NewPage from '@/components/NewPage';
import { Steps, Tabs, Button } from '@arco-design/web-react';
import { Steps, Tabs, Button, Badge } from '@arco-design/web-react';
import { apply, floating } from '@/assets/images';
import { result } from '@/assets/images/icon';
import * as $$ from '@/utils/utility';
@@ -12,6 +12,7 @@
import { Scrollbars } from "react-custom-scrollbars";
import RateModule from './RateModule';
import RegisInfoModule from './RegisInfoModule';
import SupervisingView from "./Supervising";
const Step = Steps.Step;
const TabPane = Tabs.TabPane;
@@ -185,7 +186,33 @@
            }
            {
              tabsActive === '2' &&
              <ProgressStep progressData={progressData} />
              <div className='dataSync-hasTabPage' style={{ marginTop: '-8px' }}>
                <Tabs defaultActiveTab='1' >
                  <TabPane
                    key='1'
                    title={
                      <span style={{ fontSize: '15px' }}>
                        流转进度
                      </span>
                    }
                  >
                    <ProgressStep progressData={progressData} hasTab={true}/>
                  </TabPane>
                  <TabPane
                    key='2'
                    title={
                      <span style={{ fontSize: '15px' }}>
                        督办信息
                        <Badge maxCount={99} count={1000} />
                      </span>
                    }
                  >
                    <div style={{ marginBottom: '20px' }}>
                      <SupervisingView id={''} />
                    </div>
                  </TabPane>
                </Tabs>
              </div>
            }
            {
              tabsActive === '3' &&