国际化

This commit is contained in:
2026-01-21 18:59:24 +08:00
parent 7491f7cdaf
commit 4354dec998
15 changed files with 176 additions and 91 deletions

View File

@@ -12,7 +12,7 @@
<search-box v-model="val1" @handleChange="handleChange1" />
</view>
</view>
<view v-if="editValue.length" class="msg_item" style="margin-bottom:16rpx;">已扫木箱号{{editValue.toString()}}</view>
<view v-if="editValue.length" class="msg_item" style="margin-bottom:16rpx;">{{$t('filter.case-has-scanned')}}{{editValue.toString()}}</view>
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">{{$t('filter.select-box-num')}}</span>