king
2023-02-08 1f6d49bf15e6b50eeee1edc32022eb006b401835
src/tabviews/zshare/normalTable/index.jsx
@@ -360,11 +360,7 @@
      let tabmenu = item.linkThdMenu
      tabmenu.param = __param
      if (['linkage_navigation', 'linkage', 'menu_board'].includes(window.GLOB.navBar)) {
        MKEmitter.emit('modifyTabs', tabmenu, 'replace')
      } else {
        MKEmitter.emit('modifyTabs', tabmenu, 'plus', true)
      }
      MKEmitter.emit('modifyTabs', tabmenu, true)
    } else if (item.linkurl) {
      let src = item.linkurl
@@ -1218,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: {}
@@ -1280,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 = ''