searchbox修改

This commit is contained in:
2023-03-28 10:42:14 +08:00
parent a28367e265
commit c9d64797f0
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
<input
type="text"
class="search_input"
:placeholder="placeholder"
:value="value"
:focus="focused"
@input="handleChange($event)">
@@ -27,6 +28,7 @@
event: 'input'
},
props: {
placeholder: String,
value: String,
seaShow: {
type: Boolean,

View File

@@ -25,7 +25,7 @@
<label class="search-label">条码</label>
<view class="filter_input_wraper">
<search-box
placeholder="入箱条码、出箱条码"
placeholder="入箱条码、出箱条码"
v-model="val3"
/>
</view>