chore: 消除搜索框歧义,明确可输入项

This commit is contained in:
2024-09-09 19:54:18 +08:00
parent 0f35d292ad
commit ab7ef153ab
7 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,7 @@
<IconRight v-else />
</template>
<template #custom-left>
<a-input v-model="queryForm.description" placeholder="请输入关键词" allow-clear @change="search">
<a-input v-model="queryForm.description" placeholder="请输入名称/描述" allow-clear @change="search">
<template #prefix><icon-search /></template>
</a-input>
<a-select