refactor: 关联接口用例搜索描述
This commit is contained in:
parent
85320ec7ee
commit
d4f813decd
|
@ -6,7 +6,7 @@
|
|||
|
||||
<ms-environment-select :project-id="projectId" v-if="isTestPlan" :is-read-only="isReadOnly" @setEnvironment="setEnvironment"/>
|
||||
|
||||
<el-input :placeholder="$t('api_monitor.please_search')" @blur="initTable" class="search-input" size="small" @keyup.enter.native="initTable" v-model="condition.name"/>
|
||||
<el-input :placeholder="$t('api_test.definition.request.select_api')" @blur="initTable" class="search-input" size="small" @keyup.enter.native="initTable" v-model="condition.name"/>
|
||||
|
||||
<el-table v-loading="result.loading"
|
||||
border
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
:show-create="false"
|
||||
:tip="$t('commons.search_by_id_name_tag')">
|
||||
<template v-slot:title>
|
||||
接口用例
|
||||
{{ $t('api_test.home_page.failed_case_list.table_value.case_type.api') }}
|
||||
</template>
|
||||
<template v-slot:button>
|
||||
<ms-table-button :is-tester-permission="true" icon="el-icon-connection"
|
||||
|
|
|
@ -602,6 +602,7 @@ export default {
|
|||
update_time_order_desc: "from back to front by update time",
|
||||
run_env: "Operating environment",
|
||||
select_case: "Search use cases",
|
||||
select_api: "Search api",
|
||||
case: "Case",
|
||||
title: "Create api",
|
||||
path_info: "Please enter the URL of the interface, such as /api/demo/#{id}, where id is the path parameter",
|
||||
|
|
|
@ -602,6 +602,7 @@ export default {
|
|||
update_time_order_desc: "按更新时间从后到前",
|
||||
run_env: "运行环境",
|
||||
select_case: "搜索用例",
|
||||
select_api: "搜索接口",
|
||||
case: "用例",
|
||||
responsible: "责任人",
|
||||
title: "创建接口",
|
||||
|
|
|
@ -601,6 +601,7 @@ export default {
|
|||
update_time_order_desc: "按更新時間從後到前",
|
||||
run_env: "運行環境",
|
||||
select_case: "搜索用例",
|
||||
select_api: "搜索接口",
|
||||
case: "用例",
|
||||
responsible: "責任人",
|
||||
title: "創建接口",
|
||||
|
|
Loading…
Reference in New Issue