国际化

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

@@ -18,7 +18,7 @@
</view>
<view class="filter_input_wraper filter_input_wraper_1">
<view class="iconfont icon_unchecked" :class="{'icon_checked': isV === '1'}" @tap="isVirtual">&#xe66b;</view>
<view class="filter_input_wraper_inn_text">直接入库</view>
<view class="filter_input_wraper_inn_text">{{$t('filter.direct-storage')}}</view>
</view>
</view>
</view>
@@ -28,14 +28,14 @@
<thead>
<tr>
<th>{{$t('filter.box-no')}}</th>
<th>子卷容量</th>
<th>{{$t('grid.sub-roll-capacity')}}</th>
<th>{{$t('grid.product-description')}}</th>
<th>sap批次</th>
<th>产品规格(幅宽)</th>
<th>木箱重量</th>
<th>木箱长</th>
<th>木箱宽</th>
<th>木箱高</th>
<th>{{$t('grid.sap-batch')}}</th>
<th>{{$t('grid.product-spec')}}</th>
<th>{{$t('grid.wooden-box-weight')}}</th>
<th>{{$t('grid.wooden-box-length')}}</th>
<th>{{$t('grid.wooden-box-width')}}</th>
<th>{{$t('grid.wooden-box-height')}}</th>
</tr>
</thead>
<tbody>