king
2023-04-27 59db6fab9c1ed1fa5559d423d439e14ea33b1598
src/menu/components/table/normal-table/columns/index.jsx
@@ -346,7 +346,10 @@
  pasteCell = (col, cell, resolve) => {
    resolve({status: true})
    if (cell.copyType === 'action') {
      cell.eleType = 'button'
    }
    delete cell.copyType
    cell.uuid = Utils.getuuid()
    cell.focus = true