mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-12 04:58:42 +08:00
chore: 消除搜索框歧义,明确可输入项
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user