src/templates/comtableconfig/index.jsx
@@ -1782,9 +1782,9 @@ label: item.label, sort: _sort }) } else { btnParam.LText.push(`select '${item.uuid}' as menuid, '${item.label}' as menuname, '${_sort * 10}' as Sort`) } btnParam.LText.push(`select '${item.uuid}' as menuid, '${item.label}' as menuname, '${_sort * 10}' as Sort`) }) btnParam.LText = btnParam.LText.join(' union all ')