fix(项目管理): 文件管理缺少查看按键
--bug=1017904 --user=李玉号 【项目管理】文件管理缺少查看按键 https://www.tapd.cn/55049933/s/1259985
This commit is contained in:
parent
d54a11912c
commit
187f2424b0
|
@ -2575,6 +2575,7 @@ const message = {
|
||||||
read: "READ",
|
read: "READ",
|
||||||
case_template: "CASE TEMPLATE",
|
case_template: "CASE TEMPLATE",
|
||||||
issue_template: "ISSUE TEMPLATE",
|
issue_template: "ISSUE TEMPLATE",
|
||||||
|
api_template: "Api Template",
|
||||||
custom: "CUSTOM FIELDS"
|
custom: "CUSTOM FIELDS"
|
||||||
},
|
},
|
||||||
workspace_project_manager: {
|
workspace_project_manager: {
|
||||||
|
|
|
@ -2583,6 +2583,7 @@ const message = {
|
||||||
read: "查询",
|
read: "查询",
|
||||||
case_template: "用例模版",
|
case_template: "用例模版",
|
||||||
issue_template: "缺陷模版",
|
issue_template: "缺陷模版",
|
||||||
|
api_template: "接口模版",
|
||||||
custom: "自定义字段"
|
custom: "自定义字段"
|
||||||
},
|
},
|
||||||
workspace_project_manager: {
|
workspace_project_manager: {
|
||||||
|
|
|
@ -2580,6 +2580,7 @@ const message = {
|
||||||
read: "查詢",
|
read: "查詢",
|
||||||
case_template: "用例模版",
|
case_template: "用例模版",
|
||||||
issue_template: "缺陷模版",
|
issue_template: "缺陷模版",
|
||||||
|
api_template: "接口模版",
|
||||||
custom: "自定義字段"
|
custom: "自定義字段"
|
||||||
},
|
},
|
||||||
workspace_project_manager: {
|
workspace_project_manager: {
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
"resourceId": "PROJECT_OPERATING_LOG"
|
"resourceId": "PROJECT_OPERATING_LOG"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "PROJECT_FILE:READ+JAR",
|
"id": "PROJECT_FILE:READ",
|
||||||
"name": "permission.project_file.jar",
|
"name": "permission.project_file.jar",
|
||||||
"resourceId": "PROJECT_FILE"
|
"resourceId": "PROJECT_FILE"
|
||||||
},
|
},
|
||||||
|
@ -152,7 +152,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "PROJECT_TEMPLATE:READ+API_TEMPLATE",
|
"id": "PROJECT_TEMPLATE:READ+API_TEMPLATE",
|
||||||
"name": "custom_template.api_template",
|
"name": "permission.project_template.api_template",
|
||||||
"resourceId": "PROJECT_TEMPLATE"
|
"resourceId": "PROJECT_TEMPLATE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue