searchbox修改
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
class="search_input"
|
class="search_input"
|
||||||
|
:placeholder="placeholder"
|
||||||
:value="value"
|
:value="value"
|
||||||
:focus="focused"
|
:focus="focused"
|
||||||
@input="handleChange($event)">
|
@input="handleChange($event)">
|
||||||
@@ -27,6 +28,7 @@
|
|||||||
event: 'input'
|
event: 'input'
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
|
placeholder: String,
|
||||||
value: String,
|
value: String,
|
||||||
seaShow: {
|
seaShow: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
<label class="search-label">条码</label>
|
<label class="search-label">条码</label>
|
||||||
<view class="filter_input_wraper">
|
<view class="filter_input_wraper">
|
||||||
<search-box
|
<search-box
|
||||||
placeholder="入箱条码、出箱条码"
|
placeholder="入箱条码、出箱条码"
|
||||||
v-model="val3"
|
v-model="val3"
|
||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user