This commit is contained in:
2023-03-23 14:13:31 +08:00
parent 7c6a091c14
commit 7ab5698493
5 changed files with 270 additions and 7 deletions

View File

@@ -4,11 +4,15 @@
<view class="search-wrap">
<view class="search-item">
<label class="search-label">缓存线</label>
<input type="text" class="search-input" v-model="keyword">
<view class="filter_input_wraper">
<input type="text" class="search-input-l" v-model="val1">
</view>
</view>
<view class="search-item">
<label class="search-label">车号</label>
<input type="text" class="search-input" v-model="startPoint">
<view class="filter_input_wraper">
<input type="text" class="search-input-l" v-model="val2">
</view>
</view>
</view>
<view class="confirm-button-wrap">