fix:首页评审进度修改
This commit is contained in:
parent
39f1d77464
commit
95b44c9f91
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="projectName"
|
prop="projectName"
|
||||||
:label="$t('test_track.home.test_rate')"
|
:label="$t('test_track.home.review_progress')"
|
||||||
min-width="100"
|
min-width="100"
|
||||||
show-overflow-tooltip>
|
show-overflow-tooltip>
|
||||||
<template v-slot:default="scope">
|
<template v-slot:default="scope">
|
||||||
|
|
|
@ -794,6 +794,7 @@ export default {
|
||||||
my_plan: "My plan",
|
my_plan: "My plan",
|
||||||
test_rate: "Test rate",
|
test_rate: "Test rate",
|
||||||
tested_case: "Tested case",
|
tested_case: "Tested case",
|
||||||
|
review_progress: "Review progress"
|
||||||
},
|
},
|
||||||
plan_view: {
|
plan_view: {
|
||||||
plan: "Plan",
|
plan: "Plan",
|
||||||
|
|
|
@ -800,6 +800,7 @@ export default {
|
||||||
my_plan: "我的计划",
|
my_plan: "我的计划",
|
||||||
test_rate: "测试进度",
|
test_rate: "测试进度",
|
||||||
tested_case: "已测用例",
|
tested_case: "已测用例",
|
||||||
|
review_progress: "评审进度"
|
||||||
},
|
},
|
||||||
plan_view: {
|
plan_view: {
|
||||||
plan: "计划",
|
plan: "计划",
|
||||||
|
|
|
@ -796,6 +796,7 @@ export default {
|
||||||
my_plan: "我的計劃",
|
my_plan: "我的計劃",
|
||||||
test_rate: "測試進度",
|
test_rate: "測試進度",
|
||||||
tested_case: "已測用例",
|
tested_case: "已測用例",
|
||||||
|
review_progress: "評審進度"
|
||||||
},
|
},
|
||||||
plan_view: {
|
plan_view: {
|
||||||
plan: "計劃",
|
plan: "計劃",
|
||||||
|
|
Loading…
Reference in New Issue