Ben Lin
2024-12-30 2e9c878dab8b83a5acbfb2caf934a66394b60d98
src/views/tigerprojects/system/menu/menu.data.ts
@@ -184,6 +184,12 @@
    ifShow: ({ values }) => !isDir(values.func_type),
  },
  {
    field: 'func_group',
    label: '功能组',
    component: 'Input',
    defaultValue: '',
  },
  {
    field: 'status',
    label: '状态',
    component: 'RadioButtonGroup',
@@ -222,7 +228,6 @@
    },
    ifShow: ({ values }) => isMenu(values.func_type),
  },
  {
    field: 'show',
    label: '是否显示',