forked from nsjcy/frontEnd/nsjcy

Mr Ke
2020-05-15 e36d04fc335547bc293078a77924c94a31e99cdc
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',