fix:search 默认focus值为false
This commit is contained in:
parent
a3a260341b
commit
98c4ab41ba
|
@ -8,7 +8,7 @@
|
||||||
v-else
|
v-else
|
||||||
:placeholder="`请输入${name}`"
|
:placeholder="`请输入${name}`"
|
||||||
v-model="keyword"
|
v-model="keyword"
|
||||||
:focus="true"
|
|
||||||
bgColor="#fff"
|
bgColor="#fff"
|
||||||
clearable
|
clearable
|
||||||
:showAction="false"
|
:showAction="false"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<u-search
|
<u-search
|
||||||
placeholder="请输入供应商名称"
|
placeholder="请输入供应商名称"
|
||||||
v-model="keyword"
|
v-model="keyword"
|
||||||
:focus="true"
|
|
||||||
bgColor="#fff"
|
bgColor="#fff"
|
||||||
clearable
|
clearable
|
||||||
:showAction="false"
|
:showAction="false"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<u-search
|
<u-search
|
||||||
placeholder="请输入供应商名称"
|
placeholder="请输入供应商名称"
|
||||||
v-model="keyword"
|
v-model="keyword"
|
||||||
:focus="true"
|
|
||||||
bgColor="#fff"
|
bgColor="#fff"
|
||||||
clearable
|
clearable
|
||||||
:showAction="false"
|
:showAction="false"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<u-search
|
<u-search
|
||||||
placeholder="请输入客户名称"
|
placeholder="请输入客户名称"
|
||||||
v-model="keyword"
|
v-model="keyword"
|
||||||
:focus="true"
|
|
||||||
bgColor="#fff"
|
bgColor="#fff"
|
||||||
clearable
|
clearable
|
||||||
:showAction="false"
|
:showAction="false"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<u-search
|
<u-search
|
||||||
placeholder="请输入客户名称"
|
placeholder="请输入客户名称"
|
||||||
v-model="keyword"
|
v-model="keyword"
|
||||||
:focus="true"
|
|
||||||
bgColor="#fff"
|
bgColor="#fff"
|
||||||
clearable
|
clearable
|
||||||
:showAction="false"
|
:showAction="false"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<u-search
|
<u-search
|
||||||
placeholder="请输入客户名称"
|
placeholder="请输入客户名称"
|
||||||
v-model="keyword"
|
v-model="keyword"
|
||||||
:focus="true"
|
|
||||||
bgColor="#fff"
|
bgColor="#fff"
|
||||||
clearable
|
clearable
|
||||||
:showAction="false"
|
:showAction="false"
|
||||||
|
|
Loading…
Reference in New Issue