fix(用户组和权限): 权限展示问题
This commit is contained in:
parent
b80159c854
commit
0e38fc6078
|
@ -889,30 +889,6 @@
|
||||||
"name": "permission.project_enterprise_report.edit",
|
"name": "permission.project_enterprise_report.edit",
|
||||||
"resourceId": "PROJECT_ENTERPRISE_REPORT",
|
"resourceId": "PROJECT_ENTERPRISE_REPORT",
|
||||||
"license": true
|
"license": true
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "PROJECT_ERROR_REPORT_LIBRARY:READ",
|
|
||||||
"name": "permission.project_error_report_library.read",
|
|
||||||
"resourceId": "PROJECT_ERROR_REPORT_LIBRARY",
|
|
||||||
"license": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "PROJECT_ERROR_REPORT_LIBRARY:READ+CREATE",
|
|
||||||
"name": "permission.project_error_report_library.create",
|
|
||||||
"resourceId": "PROJECT_ERROR_REPORT_LIBRARY",
|
|
||||||
"license": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "PROJECT_ERROR_REPORT_LIBRARY:READ+EDIT",
|
|
||||||
"name": "permission.project_error_report_library.edit",
|
|
||||||
"resourceId": "PROJECT_ERROR_REPORT_LIBRARY",
|
|
||||||
"license": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "PROJECT_ERROR_REPORT_LIBRARY:READ+DELETE",
|
|
||||||
"name": "permission.project_error_report_library.delete",
|
|
||||||
"resourceId": "PROJECT_ERROR_REPORT_LIBRARY",
|
|
||||||
"license": true
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"resource": [
|
"resource": [
|
||||||
|
@ -1004,11 +980,6 @@
|
||||||
"id": "PROJECT_FILE",
|
"id": "PROJECT_FILE",
|
||||||
"name": "permission.project_file.name"
|
"name": "permission.project_file.name"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "PROJECT_ERROR_REPORT_LIBRARY",
|
|
||||||
"name": "permission.project_error_report_library.name",
|
|
||||||
"license": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "PROJECT_APP_MANAGER",
|
"id": "PROJECT_APP_MANAGER",
|
||||||
"name": "permission.project_app_manager.name"
|
"name": "permission.project_app_manager.name"
|
||||||
|
|
Loading…
Reference in New Issue