king
2025-01-16 325aa13d3b61d1c066f8fcab107003ef36713df3
src/menu/components/table/base-table/columns/index.jsx
@@ -391,7 +391,7 @@
    if (!cell.eleType) {
      if (cell.copyType === 'action') {
        cell.eleType = 'button'
        cell.width = typeof(cell.width) === 'number' ? cell.width : 12
        cell.width = cell.width || cell.width === 0 ? cell.width : 12
      } else {
        cell.eleType = 'text'
      }
@@ -547,11 +547,6 @@
    let val = {
      copyType: 'cols',
      cols: columns.filter(col => !col.origin)
    }
    let srcid = localStorage.getItem(window.GLOB.sysSign + 'srcId')
    if (srcid) {
      val.$srcId = srcid
    }
    oInput.value = window.btoa(window.encodeURIComponent(JSON.stringify(val)))