feat(测试跟踪): 评审&&计划根节点默认名称更改

--bug=1033827 --user=宋昌昌 【用例评审】模块树名称显示优化 https://www.tapd.cn/55049933/s/1447146
This commit is contained in:
song-cc-rock 2023-12-21 17:40:45 +08:00 committed by 刘瑞斌
parent ac7656adc0
commit 20076eb276
5 changed files with 6 additions and 1 deletions

View File

@ -391,7 +391,8 @@ const message = {
monitor: "Monitor",
all_label: {
case: "All Case",
review: "all",
review: "All Review",
plan: "All Plan"
},
image: "Image",
tag: "Tag",

View File

@ -385,6 +385,7 @@ const message = {
all_label: {
case: "全部用例",
review: "全部评审",
plan: "全部计划"
},
image: "镜像",
tag: "标签",

View File

@ -385,6 +385,7 @@ const message = {
all_label: {
case: "全部用例",
review: "全部評審",
plan: "全部計劃"
},
image: "鏡像",
tag: "標簽",

View File

@ -6,6 +6,7 @@
:tree-nodes="treeNodes"
:type="'edit'"
:name-limit="100"
:all-label="$t('commons.all_label.review')"
:delete-permission="['PROJECT_TRACK_REVIEW:READ+DELETE']"
:add-permission="['PROJECT_TRACK_REVIEW:READ+CREATE']"
:update-permission="['PROJECT_TRACK_REVIEW:READ+EDIT']"

View File

@ -6,6 +6,7 @@
:tree-nodes="treeNodes"
:type="'edit'"
:name-limit="100"
:all-label="$t('commons.all_label.plan')"
:delete-permission="['PROJECT_TRACK_PLAN:READ+DELETE']"
:add-permission="['PROJECT_TRACK_PLAN:READ+CREATE']"
:update-permission="['PROJECT_TRACK_PLAN:READ+EDIT']"