forked from nsjcy/frontEnd/nsjcy

liuwh
2020-03-30 8d68b6a1dcdf5008fba6bdac5858d1085a0e63e7
SunshineIns/src/page/NoInspectionReportList.jsx
@@ -31,9 +31,10 @@
    return (
      <div className="app-page">
        <HeadView history={this.props.history} />
        <LinkView sed="未检举报" local="未检举报" />
        <NoInspectionReportTableList history={this.props.history} />
        {/* <LinkView sed="未检举报" local="未检举报" /> */}
        <div style={{ background: '#fff', margin: 20 }}>
          <NoInspectionReportTableList history={this.props.history} />
        </div>
      </div>
    );
  }