This commit is contained in:
2025-06-19 15:45:01 +08:00
parent 3e3aa08ce5
commit 60843c6835
10 changed files with 84 additions and 48 deletions

View File

@@ -6,7 +6,7 @@
<view class="zd_wrapper">
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">点位{{$t('filter.point')}}</span>
<span class="filter_label">{{$t('filter.point')}}</span>
</view>
<view class="filter_input_wraper">
<search-box v-model="val1" />
@@ -14,7 +14,7 @@
</view>
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">托盘{{$t('filter.pallet-number')}}</span>
<span class="filter_label">{{$t('filter.pallet-number')}}</span>
</view>
<view class="filter_input_wraper">
<search-box v-model="val2" />