refactor(接口测试): 优化接口列表提示
--bug=1032409 --user=王孝刚 【接口测试】API用例状态字段修改为用例执行结果 https://www.tapd.cn/55049933/s/1430622
This commit is contained in:
parent
9b39bfadc9
commit
313def9dfa
|
@ -190,7 +190,7 @@
|
|||
prop="caseStatus"
|
||||
:fields-width="fieldsWidth"
|
||||
min-width="100px"
|
||||
:label="$t('api_test.definition.api_case_status')">
|
||||
:label="$t('api_test.definition.api_case_result')">
|
||||
<template v-slot:default="{ row }">
|
||||
<ms-api-report-status :status="row.caseStatus" style="text-align: left;"/>
|
||||
</template>
|
||||
|
|
|
@ -1462,6 +1462,7 @@ const message = {
|
|||
api_last_time: "Last Update Time",
|
||||
api_case_number: "Cases",
|
||||
api_case_status: "Case Status",
|
||||
api_case_result: "Case Result",
|
||||
api_case_passing_rate: "Use Case Pass Rate",
|
||||
create_tip:
|
||||
"Note: Detailed interface information can be filled out on the edit page",
|
||||
|
|
|
@ -1418,6 +1418,7 @@ const message = {
|
|||
api_last_time: "更新时间",
|
||||
api_case_number: "用例数",
|
||||
api_case_status: "用例状态",
|
||||
api_case_result: "用例执行结果",
|
||||
api_case_passing_rate: "用例通过率",
|
||||
create_tip: "注: 详细的接口信息可以在编辑页面填写",
|
||||
api_import: "接口导入",
|
||||
|
|
|
@ -1417,6 +1417,7 @@ const message = {
|
|||
api_last_time: "最後更新時間",
|
||||
api_case_number: "用例數",
|
||||
api_case_status: "用例狀態",
|
||||
api_case_result: "用例執行結果",
|
||||
api_case_passing_rate: "用例通過率",
|
||||
create_tip: "註: 詳細的接口信息可以在編輯頁面填寫",
|
||||
api_import: "接口導入",
|
||||
|
|
Loading…
Reference in New Issue