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 })