From 8b3fbce45058894a76aefbf11b3a199f60d487d6 Mon Sep 17 00:00:00 2001
From: xuxj <hugeinfo123>
Date: Sun, 26 Apr 2020 09:40:15 +0800
Subject: [PATCH] bug修改

---
 SunshineIns/src/page/NoInspectionReportList.jsx |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/SunshineIns/src/page/NoInspectionReportList.jsx b/SunshineIns/src/page/NoInspectionReportList.jsx
index 35344fd..a56230f 100644
--- a/SunshineIns/src/page/NoInspectionReportList.jsx
+++ b/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,9 +31,13 @@
     return (
       <div className="app-page">
         <HeadView history={this.props.history} />
-        <LinkView sed="未检举报" local="未检举报" />
-        <NoInspectionReportTableList history={this.props.history} />
-
+        <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>
       </div>
     );
   }

--
Gitblit v1.8.0