2025-02-25 19:47:45 +08:00
{
"title" : "System Management" ,
"dept" : {
"name" : "Department" ,
"title" : "Department Management" ,
"deptName" : "Department Name" ,
"status" : "Status" ,
"createTime" : "Create Time" ,
"remark" : "Remark" ,
"operation" : "Operation" ,
"parentDept" : "Parent Department"
2025-02-27 01:22:25 +08:00
} ,
"menu" : {
"title" : "Menu Management" ,
"parent" : "Parent Menu" ,
"menuTitle" : "Title" ,
"menuName" : "Menu Name" ,
"name" : "Menu" ,
"type" : "Type" ,
"typeCatalog" : "Catalog" ,
"typeMenu" : "Menu" ,
"typeButton" : "Button" ,
"typeLink" : "Link" ,
"typeEmbedded" : "Embedded" ,
"icon" : "Icon" ,
"activeIcon" : "Active Icon" ,
"activePath" : "Active Path" ,
"path" : "Route Path" ,
"component" : "Component" ,
"status" : "Status" ,
"authCode" : "Auth Code" ,
"badge" : "Badge" ,
"operation" : "Operation" ,
"linkSrc" : "Link Address" ,
"affixTab" : "Affix In Tabs" ,
"keepAlive" : "Keep Alive" ,
"hideInMenu" : "Hide In Menu" ,
"hideInTab" : "Hide In Tabbar" ,
"hideChildrenInMenu" : "Hide Children In Menu" ,
"hideInBreadcrumb" : "Hide In Breadcrumb" ,
"advancedSettings" : "Other Settings" ,
"activePathMustExist" : "The path could not find a valid menu" ,
"activePathHelp" : "When jumping to the current route, \nthe menu path that needs to be activated must be specified when it does not display in the navigation menu." ,
"badgeType" : {
"title" : "Badge Type" ,
"dot" : "Dot" ,
"normal" : "Text" ,
"none" : "None"
} ,
"badgeVariants" : "Badge Style"
2025-02-25 19:47:45 +08:00
}
}