forked from nsjcy/frontEnd/nsjcy

Mr Ke
2020-05-27 58ae2ba21efcd85df331cf996a94038a77302b51
SunshineIns/src/page/NoInspectionReportList.jsx
@@ -1,5 +1,5 @@
import React from 'react';
import { Input, Button, DatePicker, Divider, message, Popconfirm, Select, Badge } from 'antd';
import { Breadcrumb } from 'antd';
import HeadView from '../view/HeadView';
import LinkView from '../view/LinkView';
import NoInspectionReportTableList from './NoInspectionReportTableList';
@@ -17,7 +17,7 @@
  componentDidMount() {
    document.title = '未检举报';
    document.title = '举报管理';
    // this.getData();
  }
@@ -31,7 +31,10 @@
    return (
      <div className="app-page">
        <HeadView history={this.props.history} />
        {/* <LinkView sed="未检举报" local="未检举报" /> */}
        <Breadcrumb style={{ padding: '20px' }}>
          <Breadcrumb.Item><a href="">后台中心</a></Breadcrumb.Item>
          <Breadcrumb.Item>举报管理</Breadcrumb.Item>
        </Breadcrumb>
        <div style={{ background: '#fff', margin: 20 }}>
          <NoInspectionReportTableList history={this.props.history} />
        </div>