forked from nsjcy/frontEnd/nsjcy

liuwh
2020-03-31 b72fc1b10b08cf2fea1626d32e1ca2cccabe2edd
SunshineIns/src/page/KeyWord.jsx
@@ -26,7 +26,7 @@
  }
  componentDidMount() {
    document.title = '关键词维护';
    document.title = '典型案例关键词';
    this.getData();
  }
@@ -160,9 +160,9 @@
  }
  render() {
    const columns = [{
      title: '序号',
      dataIndex: 'index',
      key: 'index'
      title: '编号',
      dataIndex: 'id',
      key: 'id'
    }, {
      title: '关键词',
      dataIndex: 'keywords',