fix(测试跟踪): 创建用例评审操作日志显示有误

--bug=1018690 --user=宋昌昌 【系统设置】操作日志-创建用例评审的日志详情中内容显示错误 https://www.tapd.cn/55049933/s/1273729
This commit is contained in:
song-cc-rock 2022-10-24 10:59:40 +08:00 committed by 刘瑞斌
parent ee5b5e77c2
commit 102ff8678d
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ public class TestCaseReviewReference {
static {
testCaseReviewColumns.clear();
commentReviewColumns.clear();
testCaseReviewColumns.put("name", "用例名称");
testCaseReviewColumns.put("name", "用例评审名称");
testCaseReviewColumns.put("createUser", "创建人");
testCaseReviewColumns.put("status", "状态");
testCaseReviewColumns.put("tags", "标签");

View File

@ -13,7 +13,7 @@ public class TestPlanReference {
testPlanColumns.clear();
reportColumns.clear();
issuesColumns.clear();
testPlanColumns.put("name", "用例名称");
testPlanColumns.put("name", "测试计划名称");
testPlanColumns.put("creator", "创建人");
testPlanColumns.put("principal", "责任人");
testPlanColumns.put("status", "状态");