fix:search 默认focus值为false

This commit is contained in:
admin 2024-07-18 16:42:52 +08:00
parent a3a260341b
commit 98c4ab41ba
6 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@
v-else
:placeholder="`请输入${name}`"
v-model="keyword"
:focus="true"
bgColor="#fff"
clearable
:showAction="false"

View File

@ -4,7 +4,7 @@
<u-search
placeholder="请输入供应商名称"
v-model="keyword"
:focus="true"
bgColor="#fff"
clearable
:showAction="false"

View File

@ -4,7 +4,7 @@
<u-search
placeholder="请输入供应商名称"
v-model="keyword"
:focus="true"
bgColor="#fff"
clearable
:showAction="false"

View File

@ -4,7 +4,7 @@
<u-search
placeholder="请输入客户名称"
v-model="keyword"
:focus="true"
bgColor="#fff"
clearable
:showAction="false"

View File

@ -4,7 +4,7 @@
<u-search
placeholder="请输入客户名称"
v-model="keyword"
:focus="true"
bgColor="#fff"
clearable
:showAction="false"

View File

@ -4,7 +4,7 @@
<u-search
placeholder="请输入客户名称"
v-model="keyword"
:focus="true"
bgColor="#fff"
clearable
:showAction="false"