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

@@ -12,7 +12,7 @@
@refresh="search"
>
<template #custom-left>
<a-input v-model="queryForm.nickname" placeholder="请输入用户名昵称" allow-clear @change="search">
<a-input v-model="queryForm.nickname" placeholder="请输入用户名/昵称" allow-clear @change="search">
<template #prefix><icon-search /></template>
</a-input>
<DateRangePicker v-model="queryForm.loginTime" @change="search" />