king
2023-11-13 a5f41b5d98f23d618dc7519c605ce943b114dfd5
src/menu/components/table/edit-table/index.jsx
@@ -74,6 +74,10 @@
        _card.cols.splice(_card.mergeCol[0], 1, ...col.pops)
      }
      if (_card.wrap.commit === 'simple') {
        _card.wrap.commit = 'change'
      }
      this.setState({
        card: _card
      })
@@ -367,7 +371,7 @@
        </Popover>
        <SearchComponent config={card} updatesearch={this.updateComponent}/>
        <ActionComponent config={card} setSubConfig={this.setSubConfig} updateaction={this.updateComponent}/>
        <ColumnComponent config={card} updatecolumn={this.updatecolumn}/>
        <ColumnComponent config={card} updatecolumn={this.updatecolumn} addColumns={this.addColumns}/>
        <div className="component-name">
          <div className="center">
            <div className="title" onDoubleClick={() => {