king
2024-05-30 f9e4be602f547ec849e2567003943a238c670e4d
src/templates/zshare/editTable/index.jsx
@@ -828,7 +828,7 @@
    
    let  columns = this.state.columns.map(col => {
      if (col.copy) {
        col.render = (text) => (<Paragraph copyable>{text}</Paragraph>)
        col.render = (text, record) => (<Paragraph copyable={{ text: text, onCopy: () => this.setState({editLineId: record.uuid}) }}>{text}</Paragraph>)
      }
      if (!col.editable) return col