parent
942ba20bb7
commit
f7e18ca041
|
@ -113,7 +113,7 @@ test_case_remark=备注
|
|||
test_case_step_desc=步骤描述
|
||||
test_case_step_result=预期结果
|
||||
test_case_module=所属模块
|
||||
test_case=测试用例
|
||||
test_case=功能用例
|
||||
user=用户
|
||||
user_import_template_name=用户导入模板
|
||||
user_import_template_sheet=模版
|
||||
|
|
|
@ -113,7 +113,7 @@ test_case_remark=備註
|
|||
test_case_step_desc=步驟描述
|
||||
test_case_step_result=預期結果
|
||||
test_case_module=所屬模塊
|
||||
test_case=測試用例
|
||||
test_case=功能用例
|
||||
user=用戶
|
||||
user_import_template_name=用戶導入模板
|
||||
user_import_template_sheet=模板
|
||||
|
|
|
@ -696,6 +696,7 @@ export default {
|
|||
active: true,
|
||||
tags: data.tags,
|
||||
request: apiCaseRequest,
|
||||
url: apiCaseRequest.path,
|
||||
uuid: uuid
|
||||
};
|
||||
this.$refs.caseList.copy(obj);
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 022401e36a6dc44d2323b904a4b4b819534247c3
|
||||
Subproject commit f97a676540f4b96c14469a5cd9b072de093737fa
|
|
@ -1465,7 +1465,7 @@ export default {
|
|||
input_test_case: '请输入关联用例名称',
|
||||
test_name: '测试名称',
|
||||
other: "--其他--",
|
||||
test_case: "测试用例",
|
||||
test_case: "功能用例",
|
||||
move: "移动用例",
|
||||
case_list: "用例列表",
|
||||
create_case: "创建用例",
|
||||
|
|
|
@ -1466,7 +1466,7 @@ export default {
|
|||
input_test_case: '請輸入關聯用例名稱',
|
||||
test_name: '測試名稱',
|
||||
other: "--其他--",
|
||||
test_case: "測試用例",
|
||||
test_case: "功能用例",
|
||||
move: "移動用例",
|
||||
case_list: "用例列表",
|
||||
create_case: "創建用例",
|
||||
|
|
Loading…
Reference in New Issue