菜单新增是否显示字段

This commit is contained in:
2026-07-16 19:45:12 +08:00
parent 0eba4ca98d
commit 34ee6e6269
8 changed files with 40 additions and 1 deletions

View File

@@ -556,6 +556,7 @@ CREATE TABLE `blade_menu` (
`category` int NULL DEFAULT NULL COMMENT '菜单类型',
`action` int NULL DEFAULT 0 COMMENT '操作按钮类型',
`is_open` int NULL DEFAULT 1 COMMENT '是否打开新页面',
`is_display` int NULL DEFAULT 1 COMMENT '是否显示',
`component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '组件地址',
`remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注',
`is_deleted` int NULL DEFAULT 0 COMMENT '是否已删除',