king
2023-05-22 43a517b80f2803e0dcf6658113520c4a14c8c17f
src/views/menudesign/index.jsx
@@ -723,6 +723,11 @@
        if (item.$tables) {
          tbs.push(...item.$tables)
        }
        if (item.wrap && item.wrap.permission === 'false') {
          return
        }
        if (item.action && item.action.length > 0) {
          item.action.forEach(btn => {
            if (btn.hidden === 'true') return