Merge branch 'v1.3' of https://github.com/metersphere/server into v1.3
This commit is contained in:
commit
b106f13dd6
|
@ -54,7 +54,7 @@
|
|||
|
||||
<el-table-column
|
||||
prop="projectName"
|
||||
:label="$t('test_track.home.test_rate')"
|
||||
:label="$t('test_track.home.review_progress')"
|
||||
min-width="100"
|
||||
show-overflow-tooltip>
|
||||
<template v-slot:default="scope">
|
||||
|
|
|
@ -794,6 +794,7 @@ export default {
|
|||
my_plan: "My plan",
|
||||
test_rate: "Test rate",
|
||||
tested_case: "Tested case",
|
||||
review_progress: "Review progress"
|
||||
},
|
||||
plan_view: {
|
||||
plan: "Plan",
|
||||
|
|
|
@ -800,6 +800,7 @@ export default {
|
|||
my_plan: "我的计划",
|
||||
test_rate: "测试进度",
|
||||
tested_case: "已测用例",
|
||||
review_progress: "评审进度"
|
||||
},
|
||||
plan_view: {
|
||||
plan: "计划",
|
||||
|
|
|
@ -796,6 +796,7 @@ export default {
|
|||
my_plan: "我的計劃",
|
||||
test_rate: "測試進度",
|
||||
tested_case: "已測用例",
|
||||
review_progress: "評審進度"
|
||||
},
|
||||
plan_view: {
|
||||
plan: "計劃",
|
||||
|
|
Loading…
Reference in New Issue