国际化

This commit is contained in:
2025-06-13 15:44:52 +08:00
parent 50c6651cdc
commit 6aa55bb786
18 changed files with 501 additions and 402 deletions

View File

@@ -15,7 +15,7 @@
<view v-if="editValue.length" class="msg_item" style="margin-bottom:16rpx;">已扫木箱号{{editValue.toString()}}</view>
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">已选木箱数</span>
<span class="filter_label">{{$t('filter.select-box-num')}}</span>
</view>
<view class="filter_input_wraper">
<view class="filter_input" style="font-size: 34rpx; color: #ff6a00;text-align: center;">{{selectedNum}}</view>
@@ -23,7 +23,7 @@
</view>
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">可选木箱数</span>
<span class="filter_label">{{$t('filter.selectable-box-num')}}</span>
</view>
<view class="filter_input_wraper">
<view class="filter_input" style="font-size: 34rpx; color: #ff6a00;text-align: center;">{{selectedNum}}</view>
@@ -38,14 +38,14 @@
<th>{{$t('grid.select')}}</th>
<th>{{$t('filter.box-no')}}</th>
<th>木箱料号</th>
<th>木箱描述</th>
<th>最大子卷数</th>
<th>木箱长度</th>
<th>木箱宽度</th>
<th>木箱高度</th>
<th>{{$t('filter.wooden-box-description')}}</th>
<th>{{$t('filter.max-sub-num')}}</th>
<th>{{$t('grid.wooden-box-length')}}</th>
<th>{{$t('grid.wooden-box-width')}}</th>
<th>{{$t('grid.wooden-box-height')}}</th>
<th>{{$t('filter.vehicle-type')}}</th>
<th>木箱重量</th>
<th>仓位</th>
<th>{{$t('grid.wooden-box-weight')}}</th>
<th>{{$t('filter.storage-location')}}</th>
</tr>
</thead>
<tbody>