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: '是否显示',