国际化
This commit is contained in:
@@ -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"></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>
|
||||
|
||||
Reference in New Issue
Block a user