Some checks failed
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
CI / CI OK (push) Has been cancelled
Deploy Website on push / Rerun on failure (push) Has been cancelled
Lock Threads / action (push) Has been cancelled
Issue Close Require / close-issues (push) Has been cancelled
Close stale issues / stale (push) Has been cancelled
78 lines
2.1 KiB
JSON
78 lines
2.1 KiB
JSON
{
|
|
"title": "System Management",
|
|
"dept": {
|
|
"name": "Department",
|
|
"title": "Department Management",
|
|
"deptName": "Department Name",
|
|
"status": "Status",
|
|
"createTime": "Create Time",
|
|
"remark": "Remark",
|
|
"operation": "Operation",
|
|
"parentDept": "Parent Department"
|
|
},
|
|
"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"
|
|
},
|
|
"role": {
|
|
"title": "Role Management",
|
|
"list": "Role List",
|
|
"name": "Role",
|
|
"roleName": "Role Name",
|
|
"id": "Role ID",
|
|
"status": "Status",
|
|
"remark": "Remark",
|
|
"createTime": "Creation Time",
|
|
"operation": "Operation",
|
|
"permissions": "Permissions",
|
|
"setPermissions": "Permissions",
|
|
"roleCode": "Role Code",
|
|
"description": "Description"
|
|
},
|
|
"user": {
|
|
"name": "User",
|
|
"list": "User List",
|
|
"userName": "Username",
|
|
"realName": "Real Name",
|
|
"status": "Status",
|
|
"setPermissions": "Set Permissions",
|
|
"createTime": "Create Time",
|
|
"operation": "Operation"
|
|
}
|
|
}
|