refactor: 修改测试计划搜索框的提示

This commit is contained in:
shiziyuan9527 2020-08-26 18:05:24 +08:00
parent 8eeb51258f
commit a68990a27d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<el-card class="card-content" v-loading="result.loading">
<template v-slot:header>
<ms-table-header :is-tester-permission="true" :condition.sync="condition" @search="initTableData"
:show-create="false">
:show-create="false" :tip="$t('commons.search_by_name_or_id')">
<template v-slot:title>
<node-breadcrumb class="table-title" :nodes="selectParentNodes" @refresh="refresh"/>
</template>