king
2023-02-09 4453a9e63e8e176c70c432b03fd4ba3ebf00a04c
src/tabviews/zshare/normalTable/index.jsx
@@ -1214,7 +1214,7 @@
  render() {
    const { setting, pickup, statFValue } = this.props
    const { selectedRowKeys, lineMarks, activeIndex, pageOptions } = this.state
    const { selectedRowKeys, lineMarks, activeIndex, pageOptions, columns } = this.state
    let components = {
      body: {}
@@ -1276,14 +1276,14 @@
    }
    return (
      <div className={'normal-data-table mingke-table ' + (height ? 'fixed-height' : '')}>
      <div className={'normal-data-table mingke-table ' + (height ? 'fixed-height' : '') + ` table-col-${columns.length}`}>
        <Table
          components={components}
          size={setting.size || 'middle'}
          style={style}
          bordered={setting.bordered !== 'false'}
          rowSelection={rowSelection}
          columns={this.state.columns}
          columns={columns}
          dataSource={_data}
          rowClassName={(record) => {
            let className = ''