refactor(测试跟踪): 用例评审关联功能用例页面,查询条件提示优化

--bug=1028219 --user=陈建星 【测试跟踪】用例评审-关联用例-根据名称搜索不准确 https://www.tapd.cn/55049933/s/1403643
This commit is contained in:
jianxing 2023-08-15 11:18:49 +08:00 committed by 刘瑞斌
parent c71613185d
commit c61ed4a46a
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<el-container>
<el-main class="case-content">
<ms-table-header :condition.sync="condition" @search="search" title="" :show-create="false">
<ms-table-header :tip="$t('commons.search_by_name_or_id')" :condition.sync="condition" @search="search" title="" :show-create="false">
<template v-slot:searchBarBefore>
<version-select v-xpack :project-id="projectId" @changeVersion="changeVersion" margin-right="20"/>
</template>