refactor(项目管理): 优化公共脚本搜索提示

--bug=1039901 --user=王孝刚 【通用功能】引用公共脚本抽屉-搜索框写的「通过名称搜索」-实际使用标签也搜索成功了
https://www.tapd.cn/55049933/s/1506015
This commit is contained in:
wxg0103 2024-04-22 20:30:19 +08:00 committed by Craftsman
parent f6df830ce4
commit 5b60c332db
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
</a-button> </a-button>
<a-input-search <a-input-search
v-model:model-value="keyword" v-model:model-value="keyword"
:placeholder="t('project.commonScript.searchByNameAndId')" :placeholder="t('apiScenario.params.searchPlaceholder')"
allow-clear allow-clear
class="mx-[8px] w-[240px]" class="mx-[8px] w-[240px]"
@search="searchList" @search="searchList"