king
2020-03-16 8eb9303af35b6bee86daaa9ff478b623516fc183
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 ')