king
2024-12-30 81a5ae579e84d7cfe0cda268d4156d4b78a27454
src/menu/components/share/pastebasetable/index.jsx
@@ -4,6 +4,7 @@
import { SnippetsOutlined } from '@ant-design/icons'
import Utils from '@/utils/utils.js'
import MenuUtils from '@/utils/utils-custom.js'
import asyncComponent from '@/utils/asyncComponent'
// import './index.scss'
@@ -52,6 +53,10 @@
          } else if (col.type === 'custom' && col.elements) {
            col.elements = col.elements.map(cell => {
              cell.uuid = Utils.getuuid()
              if (cell.eleType === 'button') {
                MenuUtils.resetBtn(cell, cell.uuid)
              }
              return cell
            })
          }
@@ -69,6 +74,8 @@
        cell.uuid = _uuid
        MenuUtils.resetBtn(cell, cell.uuid)
        return cell
      })