feat:完成所有功能
This commit is contained in:
@@ -7,9 +7,9 @@ class MenuModel(Table):
|
||||
"""
|
||||
|
||||
name = fields.CharField(max_length=20, description="名称", null=True)
|
||||
meta = fields.JSONField(description="元数据信息", null=True)
|
||||
icon = fields.CharField(max_length=100, description="菜单图标", null=True)
|
||||
path = fields.CharField(max_length=128, description="菜单url", null=True)
|
||||
type = fields.SmallIntField(description="菜单类型 0目录 1组件 2按钮")
|
||||
type = fields.SmallIntField(description="菜单类型 0目录 1组件 2按钮 3数据")
|
||||
component = fields.CharField(max_length=128, description="组件地址", null=True)
|
||||
pid = fields.IntField(description="父id", null=True)
|
||||
identifier = fields.CharField(max_length=30, description="权限标识 user:add", null=True)
|
||||
|
Reference in New Issue
Block a user