mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-09 20:57:17 +08:00
chore: 消除搜索框歧义,明确可输入项
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
@refresh="search"
|
||||
>
|
||||
<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