fix(用户组和权限): 权限展示问题

This commit is contained in:
shiziyuan9527 2022-01-13 17:28:37 +08:00 committed by 刘瑞斌
parent 0ac5501c67
commit 32adeed943
1 changed files with 5 additions and 5 deletions

View File

@ -1004,6 +1004,11 @@
"id": "PROJECT_FILE",
"name": "permission.project_file.name"
},
{
"id": "PROJECT_ERROR_REPORT_LIBRARY",
"name": "permission.project_error_report_library.name",
"license": true
},
{
"id": "PROJECT_APP_MANAGER",
"name": "permission.project_app_manager.name"
@ -1060,11 +1065,6 @@
{
"id": "SYSTEM_PLUGIN",
"name": "permission.system_plugin.name"
},
{
"id": "PROJECT_ERROR_REPORT_LIBRARY",
"name": "permission.project_error_report_library.name",
"license": true
}
]
}