forked from nsjcy/frontEnd/nsjcy

Mr Ke
2020-05-27 58ae2ba21efcd85df331cf996a94038a77302b51
SunshineIns/src/page/LawSubscribe.jsx
@@ -14,18 +14,6 @@
import Fetch from '../fetch';
import TableView from '../view/TableView';
const Option = Select.Option;
function typeOfName(type) {
  switch (type) {
    case 1:
      return "涉黑涉恶违法犯罪行为";
    case 2:
      return "涉黑涉恶违法犯罪保护伞";
    case 3:
      return "其他";
    default:
      return "Unkonw";
  }
}
export default class LawSubscribe extends React.Component {
  constructor(props) {
    super(props);
@@ -141,7 +129,7 @@
              <Divider type="vertical" />
            </span> : null
          }
          <label className='theme-color' onClick={() => this.onClick(record.id, 'see')} style={{ cursor: 'pointer' }}>查看</label>
          <label className='theme-color' onClick={() => this.onClick(record.id, 'do')} style={{ cursor: 'pointer' }}>查看</label>
        </span>
      ),
    }];
@@ -149,10 +137,10 @@
    return (
      <div className="app-page">
        <HeadView history={this.props.history} />
        {/* <Breadcrumb style={{ padding: '20px' }}>
        <Breadcrumb style={{ padding: '20px' }}>
          <Breadcrumb.Item><a href="">后台中心</a></Breadcrumb.Item>
          <Breadcrumb.Item>扫黑除恶</Breadcrumb.Item>
        </Breadcrumb> */}
          <Breadcrumb.Item>普法预约</Breadcrumb.Item>
        </Breadcrumb>
        <TableBtnView name={''} key={resetKey}>
          <Input placeholder="联系人模糊查询" style={{ width: "200px" }} name='contactName' onChange={this.onInputChange} />
          <Input placeholder="联系电话模糊查询" style={{ width: "200px" }} name='contactPhone' onChange={this.onInputChange} />