From 6a970b8ec74fed89f94e24bef45fbeb7d23c9260 Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Sat, 09 May 2020 10:48:17 +0800
Subject: [PATCH] 风险防控
---
SunshineIns/src/page/NoInspectionReportList.jsx | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/SunshineIns/src/page/NoInspectionReportList.jsx b/SunshineIns/src/page/NoInspectionReportList.jsx
index 29c6813..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,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>
--
Gitblit v1.8.0