refactor(项目管理): 优化公共脚本搜索提示
--bug=1039901 --user=王孝刚 【通用功能】引用公共脚本抽屉-搜索框写的「通过名称搜索」-实际使用标签也搜索成功了 https://www.tapd.cn/55049933/s/1506015
This commit is contained in:
parent
f6df830ce4
commit
5b60c332db
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue